Module Name: src
Committed By: castor
Date: Wed Nov 25 06:10:19 UTC 1998
Modified Files:
src/sys/kern: genassym.awk
Log Message:
Allow pattern matching for symbol string to handle GCC's output for mips,
where strings are output as
.ascii "foo\000"
instead of
.ascii "foo\0"