diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-07-09 09:42:33 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-07-09 09:42:33 +0000 |
commit | 391f1f08c0b2bc82c3ac34d5a8708cf1f93c652c (patch) | |
tree | 515171aca1f1ca4f9aea487f73b5c0885dc45388 /tools/check-compat.sh | |
parent | 8357a55d768f268355129e3b97422bfe3f0af1ac (diff) | |
download | rtmux-391f1f08c0b2bc82c3ac34d5a8708cf1f93c652c.tar.gz rtmux-391f1f08c0b2bc82c3ac34d5a8708cf1f93c652c.tar.bz2 rtmux-391f1f08c0b2bc82c3ac34d5a8708cf1f93c652c.zip |
Expand the Id keyword.
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] |