Compress::Zlib 1.35
[p5sagit/p5-mst-13.2.git] / autodoc.pl
index 6126f9f..d347e4c 100644 (file)
@@ -53,6 +53,7 @@ sub walk_table (&@) {
        else {
            @args = split /\s*\|\s*/, $_;
        }
+       s/\b(NN|NULLOK)\b\s+//g for @args;
        print $F $function->(@args);
     }
     print $F $trailer if $trailer;