1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/lang/ptoc/files/patch-ac
Thomas Gellekum e007443a4f Import of ptoc port. ptoc is another Pascal to C translator. It comes
with an X implementation of the BGI.

PR:		5270
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-27 10:51:23 +00:00

12 lines
343 B
Plaintext

--- main.h Tue Aug 26 21:16:28 1997
+++ /home/andy/tmp/wrk/main.h Mon Dec 8 17:58:12 1997
@@ -31,7 +31,7 @@
#define CALL_GRAPH_FILE "call.grp"
#define RECURSIVE_PROC_FILE "recur.prc"
-#define CONFIG_FILE "ptoc.cfg"
+#define CONFIG_FILE "/usr/local/etc/ptoc.cfg"
extern bool use_call_graph;
extern bool pio_init;