diff options
author | Andy Lester <andy@petdance.com> | 2005-05-04 23:55:00 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-07 17:15:45 +0000 |
commit | 4373e329bbd25cac77cfe128757db8cbb63c47bb (patch) | |
tree | 0f56bb79f020f97f6f453ae711bed9154d9608e6 /autodoc.pl | |
parent | 892b45be8fb48b672b1d646c00fb1b9bac292d07 (diff) | |
download | perl-4373e329bbd25cac77cfe128757db8cbb63c47bb.tar.gz |
GCC attributes!
Message-ID: <20050504215540.GA20413@petdance.com>
p4raw-id: //depot/perl@24414
Diffstat (limited to 'autodoc.pl')
-rw-r--r-- | autodoc.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autodoc.pl b/autodoc.pl index 6126f9ff65..4c5c60ff0d 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -53,6 +53,7 @@ sub walk_table (&@) { else { @args = split /\s*\|\s*/, $_; } + s/\bNN\b\s+// for @args; print $F $function->(@args); } print $F $trailer if $trailer; |