summaryrefslogtreecommitdiffstats
path: root/contrib/nvi/ex/ex.awk
blob: 3ee372e14aac8f40db29d28a7ed62064d441606f (plain)
1
2
3
4
5
6
#	@(#)ex.awk	10.1 (Berkeley) 6/8/95
 
/^\/\* C_[0-9A-Z_]* \*\/$/ {
	printf("#define %s %d\n", $2, cnt++);
	next;
}
OpenPOWER on IntegriCloud