diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 10:51:23 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 10:51:23 +0000 |
commit | e007443a4f0b804547b833899ff248f0caa49860 (patch) | |
tree | f0d6f04985116062410cd657d793922b4e1bf0c9 /lang/ptoc/files/patch-ac | |
parent | Activate teapot. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=10325
Diffstat (limited to '')
-rw-r--r-- | lang/ptoc/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ptoc/files/patch-ac b/lang/ptoc/files/patch-ac new file mode 100644 index 000000000000..5c213037e784 --- /dev/null +++ b/lang/ptoc/files/patch-ac @@ -0,0 +1,11 @@ +--- 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; |