mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
d5a92ea924
"modula-3-lib". It installs only the shared libraries needed for executing Modula-3 programs. This saves a lot of disk space for people who need to run Modula-3 programs but don't need to build them. The original "modula-3" port now depends on this one, and uses it to install the compiler and the rest of the development system. Also, everything is now built with optimization. I have been testing this for at least a month, and haven't seen any problems from it. It makes the libraries and executables substantially smaller. This new port also includes some hooks that will make SOCKS support possible in the near future.
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
|
|
|