Const Boy II: The Localizing
[p5sagit/p5-mst-13.2.git] / autodoc.pl
index 4c5c60f..d347e4c 100644 (file)
@@ -53,7 +53,7 @@ sub walk_table (&@) {
        else {
            @args = split /\s*\|\s*/, $_;
        }
-       s/\bNN\b\s+// for @args;
+       s/\b(NN|NULLOK)\b\s+//g for @args;
        print $F $function->(@args);
     }
     print $F $trailer if $trailer;