Although Cray's may want to have their #:s double quoted other machines don't.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6933 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1999-09-12 17:23:13 +00:00
parent 535b8fb29f
commit b59b7d272e

View File

@@ -18,7 +18,7 @@ END {
print "}" 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" || $1 == "#ifdef" || $1 == "#ifndef" || $1 == "#if" || $1 == "#else" || $1 == "#elif" || $1 == "#endif" {
print $0; print $0;
next next
} }