]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/nvi/ex/ex.awk
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / contrib / nvi / ex / ex.awk
1 #       @(#)ex.awk      10.1 (Berkeley) 6/8/95
2  
3 /^\/\* C_[0-9A-Z_]* \*\/$/ {
4         printf("#define %s %d\n", $2, cnt++);
5         next;
6 }