stuipd cray awk wants \#

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4873 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-05-14 00:23:37 +00:00
parent 4c7925e0b2
commit c3957b53d0

View File

@@ -19,7 +19,7 @@ END {
print "}"
}
$1 == "#ifdef" || $1 == "#ifndef" || $1 == "#if" || $1 == "#else" || $1 == "#elif" || $1 == "#endif" {
$1 == "\#ifdef" || $1 == "\#ifndef" || $1 == "\#if" || $1 == "\#else" || $1 == "\#elif" || $1 == "\#endif" {
print $0;
next
}