mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f118640d86
lines, since the WORTHLESS, BROKEN new version of patch ignores them.
19 lines
553 B
Plaintext
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
|
|
|