1.0.6.24: a more sophisticated UNWIND-TO-FRAME-AND-CALL for x86 and x86-64
[sbcl.git] / tagify.sh
1 #!/bin/sh
2 set -e
3
4 etags `find $PWD/src -name '*.lisp' -o -name '*.c' -o -name '*.h'`