diff options
Diffstat (limited to 'regen_perly.pl')
-rw-r--r-- | regen_perly.pl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/regen_perly.pl b/regen_perly.pl index eaa4785a0e..024d785371 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -2,7 +2,7 @@ # # regen_perly.pl, DAPM 12-Feb-04 # -# Copyright (c) 2004 Larry Wall +# Copyright (c) 2004, 2005 Larry Wall # # Given an input file perly.y, run bison on it and produce # the following output files: @@ -171,10 +171,6 @@ sub extract { return $actlines. "\n", $tablines. "\n"; } - - - - sub my_system { system(@_); if ($? == -1) { |