3e1db26a5a
Removing elvis, importing nvi, ctags, updating libedit. Change-Id: I881eb04d2dc64cf112facd992de1114e1a59107f
6 lines
167 B
Awk
6 lines
167 B
Awk
# Id: ex.awk,v 10.1 1995/06/08 18:55:37 bostic Exp (Berkeley) Date: 1995/06/08 18:55:37
|
|
|
|
/^\/\* C_[0-9A-Z_]* \*\/$/ {
|
|
printf("#define %s %d\n", $2, cnt++);
|
|
next;
|
|
}
|