]> andersk Git - splint.git/blob - src/maketags
Fixed bug causing Splint is suggest using the +ignoresigns flag even if it was alread...
[splint.git] / src / maketags
1 #!/bin/sh
2
3 etags *.y  *.l *.c *.i Headers/* || echo "Error creating TAGS file (ignoring)"
4
This page took 0.251635 seconds and 5 git commands to generate.