From 9dc471747689c12f4d63ae1d261b944e4539c6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 16 Jun 2005 16:29:58 +0000 Subject: [PATCH] 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 --- lib/roken/roken.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/roken.awk b/lib/roken/roken.awk index 92c810ef1..184f455a2 100644 --- a/lib/roken/roken.awk +++ b/lib/roken/roken.awk @@ -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 }