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 }