freebsd-ports/lang/modula-3-lib/files/patch-ae
John Polstra f118640d86 Fix all the paths in context diff headers and remove the Index
lines, since the WORTHLESS, BROKEN new version of patch ignores
them.
1998-01-17 21:12:15 +00:00

19 lines
553 B
Plaintext

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
--- m3/coverage/src/analyze_coverage.c.orig 1996/09/24 05:21:54 1.1.1.1
+++ m3/coverage/src/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