since we got no feedback regarding people running heimdal on the
crays, remove the quoted # version git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15409 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -15,7 +15,7 @@ BEGIN {
|
||||
print "puts(\"\");"
|
||||
}
|
||||
|
||||
$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;
|
||||
next
|
||||
}
|
||||
|
Reference in New Issue
Block a user