diff options
author | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-11-09 13:39:17 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-11-09 13:39:17 +0000 |
commit | 5303340c1eb77f5b18e12347ed4a7fa2eb6cd9f7 (patch) | |
tree | be6a2e2430c813552b7d1453cc690167c68a66b4 /cons.c | |
parent | e5d73d7778736a8bd9f7f44aad5289ad2c783a16 (diff) | |
download | perl-5303340c1eb77f5b18e12347ed4a7fa2eb6cd9f7.tar.gz |
perl 3.0 patch #38 (combined patch)
Forget the description, it's too late at night...
Diffstat (limited to 'cons.c')
-rw-r--r-- | cons.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Header: cons.c,v 3.0.1.8 90/10/15 15:41:09 lwall Locked $ +/* $Header: cons.c,v 3.0.1.9 90/11/10 01:10:50 lwall Locked $ * * Copyright (c) 1989, Larry Wall * @@ -6,6 +6,9 @@ * as specified in the README file that comes with the perl 3.0 kit. * * $Log: cons.c,v $ + * Revision 3.0.1.9 90/11/10 01:10:50 lwall + * patch38: random cleanup + * * Revision 3.0.1.8 90/10/15 15:41:09 lwall * patch29: added caller * patch29: scripts now run at almost full speed under the debugger @@ -449,7 +452,6 @@ CMD *cur; { register CMD *cmd; register CMD *head = cur->c_head; - register ARG *arg; STR *str; if (!head) |