Sync with FreeBSD. This adds read-only support for zip and ISO9660.
[dragonfly.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 }