diff options
author | Andy Lester <andy@petdance.com> | 2005-11-04 09:13:55 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-07 12:26:29 +0000 |
commit | 8665f9e443dd7c1aaeda99d470ddf0b6fe056f80 (patch) | |
tree | 1942b919ad725753da59c9de63d1901bf6299f94 /x2p/walk.c | |
parent | f43a9a3142f71956ec256aa7b03ca89db65cbb0c (diff) | |
download | perl-8665f9e443dd7c1aaeda99d470ddf0b6fe056f80.tar.gz |
Cleaning up x2p directory
Message-ID: <20051104211355.GB12651@petdance.com>
p4raw-id: //depot/perl@26033
Diffstat (limited to 'x2p/walk.c')
-rw-r--r-- | x2p/walk.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/x2p/walk.c b/x2p/walk.c index 65015ac2e6..de1263fc16 100644 --- a/x2p/walk.c +++ b/x2p/walk.c @@ -1,12 +1,10 @@ -/* $RCSfile: walk.c,v $$Revision: 4.1 $$Date: 92/08/07 18:29:31 $ +/* walk.c * * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1997, 1998, 1999, * 2000, 2001, 2002, 2005 by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. - * - * $Log: walk.c,v $ */ #include "EXTERN.h" @@ -43,11 +41,6 @@ char *instr(char *big, char *little); STR * walk(int useval, int level, register int node, int *numericptr, int minprec) - - - - - /* minimum precedence without parens */ { register int len; register STR *str; |