summaryrefslogtreecommitdiff
path: root/regen_perly.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-30 14:41:51 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-30 14:41:51 +0000
commit1d3259712a05143b33614901d9fae89e4bbfaa3e (patch)
tree6949828c8ba0b0f125cdc7ba1e219fe0305561f0 /regen_perly.pl
parent36de116d52df0633b2c925a475f8b7e43ad9ac11 (diff)
downloadperl-1d3259712a05143b33614901d9fae89e4bbfaa3e.tar.gz
Update copyrights.
p4raw-id: //depot/perl@24106
Diffstat (limited to 'regen_perly.pl')
-rw-r--r--regen_perly.pl6
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) {