diff options
Diffstat (limited to 'tools/check-compat.sh')
-rw-r--r-- | tools/check-compat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-compat.sh b/tools/check-compat.sh index 12dc3193..b7603a80 100644 --- a/tools/check-compat.sh +++ b/tools/check-compat.sh @@ -1,4 +1,4 @@ -# $Id: check-compat.sh,v 1.1 2010-10-24 00:42:04 tcunha Exp $ +# $Id$ grep "#include" compat.h|while read line; do grep "$line" *.[ch] compat/*.[ch] |