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:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user