mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Oops, revert 187238.
Copied from Perforce Change: 187257 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
c89ce2ba0b
commit
c5f2c467df
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue