summaryrefslogtreecommitdiff
path: root/lang/ptoc/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ptoc/files/patch-aa')
-rw-r--r--lang/ptoc/files/patch-aa24
1 files changed, 10 insertions, 14 deletions
diff --git a/lang/ptoc/files/patch-aa b/lang/ptoc/files/patch-aa
index 0ff9b12453b3..3ba3c2eec6fa 100644
--- a/lang/ptoc/files/patch-aa
+++ b/lang/ptoc/files/patch-aa
@@ -1,15 +1,11 @@
---- main.cxx Wed Jun 3 13:18:44 1998
-+++ /home/andy/tmp/wrk/main.cxx Wed Oct 28 22:12:00 1998
-@@ -309,7 +309,12 @@
-
- compile_system_library = TRUE;
+--- main.cxx Fri Nov 6 11:19:54 1998
++++ /home/andy/tmp/wrk/main.cxx Sun Feb 14 15:11:06 1999
+@@ -319,7 +319,7 @@
+ #ifdef PREFIX
+ token::input(turbo_pascal
+ ? PREFIX "/share/ptoc/tptoc.pas"
+- : PREFIX "/share/ptoc/ptoc.pas"));
++ : PREFIX "/share/ptoc/ptoc.pas");
+ #else
token::input(dprintf("%s%s", prog_path,
-+#ifdef PREFIX
-+ turbo_pascal ? PREFIX "/share/ptoc/tptoc.pas" :
-+ PREFIX "/share/ptoc/ptoc.pas"));
-+#else
- turbo_pascal ? "tptoc.pas" : "ptoc.pas"));
-+#endif
- zzparse();
-
- compile_system_library = FALSE;
+ turbo_pascal ? "tptoc.pas" : "ptoc.pas"));