summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/roken.awk
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/roken.awk')
-rw-r--r--crypto/heimdal/lib/roken/roken.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/roken/roken.awk b/crypto/heimdal/lib/roken/roken.awk
index 1c1e0c0..e0c19d7 100644
--- a/crypto/heimdal/lib/roken/roken.awk
+++ b/crypto/heimdal/lib/roken/roken.awk
@@ -1,4 +1,4 @@
-# $Id: roken.awk,v 1.9 2003/03/04 10:37:26 lha Exp $
+# $Id: roken.awk 15409 2005-06-16 16:29:58Z lha $
BEGIN {
print "#ifdef HAVE_CONFIG_H"
@@ -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
}
OpenPOWER on IntegriCloud