1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 06:50:39 -08:00

Oops, revert 187238.

Copied from Perforce
 Change: 187257
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-10-13 23:24:38 +01:00
parent c89ce2ba0b
commit c5f2c467df

View file

@ -149,7 +149,7 @@ Tools
-----
_`.test.uniq`: The Unix command::
grep -oh '^#define \w*Sig\b' code/*.[ch] | sort | uniq -c
sed -n '/^#define [a-zA-Z]*Sig/s/[^(]*(/(/p' code/*.[ch] | sort | uniq -c
will display all signatures defined in the MPS along with a count of how
many times they are defined. If any counts are greater than 1, then the