0.8.3.82: Make the runtime compile (not necessarily run) on x86/bsd again
[sbcl.git] / tagify.sh
1 #!/bin/sh
2
3 etags `find $PWD/src -name '*.lisp' -o -name '*.c' -o -name '*.h'`