You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
344 B
12 lines
344 B
diff -u -r ../tinyscheme-1.41/scheme.c ./scheme.c
|
|
--- ../tinyscheme-1.41/scheme.c 2013-04-14 16:08:33.000000000 -0400
|
|
+++ ./scheme.c 2016-02-03 08:22:19.137873950 -0500
|
|
@@ -101,7 +101,7 @@
|
|
#endif
|
|
|
|
#ifndef InitFile
|
|
-# define InitFile "init.scm"
|
|
+# define InitFile "@TERMUX_PREFIX@/share/tinyscheme/init.scm"
|
|
#endif
|
|
|
|
#ifndef FIRST_CELLSEGS
|
|
|