summaryrefslogtreecommitdiff
path: root/lang/modula-3-lib/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/modula-3-lib/files/patch-ae')
-rw-r--r--lang/modula-3-lib/files/patch-ae18
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/modula-3-lib/files/patch-ae b/lang/modula-3-lib/files/patch-ae
new file mode 100644
index 000000000000..c11eeb2dd374
--- /dev/null
+++ b/lang/modula-3-lib/files/patch-ae
@@ -0,0 +1,18 @@
+Remove an ill-formed C preprocessor construct, which isn't used anyway.
+
+Index: m3/coverage/src/analyze_coverage.c
+===================================================================
+RCS file: /home/jdp/m3-cvs/m3/coverage/src/analyze_coverage.c,v
+retrieving revision 1.1.1.1
+diff -u -r1.1.1.1 analyze_coverage.c
+--- analyze_coverage.c 1996/09/24 05:21:54 1.1.1.1
++++ analyze_coverage.c 1996/09/24 05:32:35
+@@ -15,8 +15,6 @@
+ #endif
+ #include <stdio.h>
+
+-#define MAX_LINES=10000
+-
+ #define TRUE 1
+ #define FALSE 0
+