[snobol] Add forgotten files

Jochen Schmitt s4504kr at fedoraproject.org
Fri Oct 5 13:17:02 UTC 2012


commit e5a7598707935fc33c1ff00e220a51d2721a282a
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Fri Oct 5 15:16:49 2012 +0200

    Add forgotten files

 snobol-4.1.4.1-doc.patch |   41 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/snobol-4.1.4.1-doc.patch b/snobol-4.1.4.1-doc.patch
new file mode 100644
index 0000000..8d30a44
--- /dev/null
+++ b/snobol-4.1.4.1-doc.patch
@@ -0,0 +1,41 @@
+diff -up snobol4-1.4.1/doc/load.txt.bak snobol4-1.4.1/doc/load.txt
+--- snobol4-1.4.1/doc/load.txt.bak	2012-10-05 15:10:03.477000014 +0200
++++ snobol4-1.4.1/doc/load.txt	2012-10-05 15:13:58.780999990 +0200
+@@ -53,12 +53,12 @@ The following snolib functions are avail
+ An external C function should be declared as follows (see lib/snolib
+ for many examples);
+ 
+-    #include "config.h"
+-    #include "h.h"
+-    #include "snotypes.h"
+-    #include "macros.h"
+-    #include "load.h"
+-    #include "equ.h"
++    #include <snobol4/config.h>
++    #include <snobol4/h.h>
++    #include <snobol4/snotypes.h>
++    #include <snobol4/macros.h>
++    #include <snobol4/load.h>
++    #include <snobol4/equ.h">
+ 
+     int
+     NAME( LA_ALIST ) LA_DCL
+@@ -271,15 +271,15 @@ void function _fini(void) before the lib
+ 
+ Examples;
+     using gcc;
+-	gcc -c -fPIC -DHAVE_CONFIG_H -I/usr/local/lib/snobol4 source.c
++	gcc -c -fPIC -DHAVE_CONFIG_H source.c
+ 	gcc -shared -o module.so source.o
+ 
+     on SunOS 4;
+-	cc -c -pic -DHAVE_CONFIG_H -I/usr/local/lib/snobol4 source.c
++	cc -c -pic -DHAVE_CONFIG_H -I/usr/local/lib source.c
+ 	ld -o module.so source.o
+ 
+     on SunOS 5 (Solaris2+);
+-	cc -c -Kpic -DHAVE_CONFIG_H -I/usr/local/lib/snobol4 source.c
++	cc -c -Kpic -DHAVE_CONFIG_H -I/usr/local/lib source.c
+ 	ld -G -o module.so source.o
+ 
+     On Darwin (MacOS X);


More information about the scm-commits mailing list