summaryrefslogtreecommitdiff
path: root/x2p/a2p.h
diff options
context:
space:
mode:
authorLarry Wall <lwall@jpl-devvax.jpl.nasa.gov>1989-11-10 16:20:25 +0000
committerLarry Wall <lwall@jpl-devvax.jpl.nasa.gov>1989-11-10 16:20:25 +0000
commitbf38876a182e0df9dd73362f56cf0ab8b43aa789 (patch)
tree0c8c37dbaeeadb7549ca7b6d3f2b19d92896f9bb /x2p/a2p.h
parent91407755d9b894ac1239c4fafe586e52138db38d (diff)
downloadperl-bf38876a182e0df9dd73362f56cf0ab8b43aa789.tar.gz
perl 3.0 patch #3 Patch #2 continued
Diffstat (limited to 'x2p/a2p.h')
-rw-r--r--x2p/a2p.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/x2p/a2p.h b/x2p/a2p.h
index 5654e8e8ef..b322516b4f 100644
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
@@ -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>