diff options
author | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1989-11-10 16:20:25 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1989-11-10 16:20:25 +0000 |
commit | bf38876a182e0df9dd73362f56cf0ab8b43aa789 (patch) | |
tree | 0c8c37dbaeeadb7549ca7b6d3f2b19d92896f9bb /x2p/a2p.h | |
parent | 91407755d9b894ac1239c4fafe586e52138db38d (diff) | |
download | perl-bf38876a182e0df9dd73362f56cf0ab8b43aa789.tar.gz |
perl 3.0 patch #3 Patch #2 continued
Diffstat (limited to 'x2p/a2p.h')
-rw-r--r-- | x2p/a2p.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Header: a2p.h,v 3.0 89/10/18 15:34:14 lwall Locked $ +/* $Header: a2p.h,v 3.0.1.1 89/11/11 05:07:00 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: a2p.h,v $ + * Revision 3.0.1.1 89/11/11 05:07:00 lwall + * patch2: Configure may now set -DDEBUGGING + * * Revision 3.0 89/10/18 15:34:14 lwall * 3.0 baseline * @@ -216,8 +219,6 @@ union { char *cval; } ops[OPSMAX]; /* hope they have 200k to spare */ -#define DEBUGGING - #include <stdio.h> #include <ctype.h> |