1.0.46.25: consolidate common code from x86-64-darwin-os.c and x86-darwin-os.c into...
[sbcl.git] / tagify.sh
1 #!/bin/sh
2 set -e
3
4 etags `find $PWD/src -name '*.lisp' -o -name '*.c' -o -name '*.h'`