mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
19 lines
516 B
Plaintext
19 lines
516 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
|
||
|
--- 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
|
||
|
|