aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/makeFuncs
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2000-11-18 06:43:49 +0000
committerSven Gothel <[email protected]>2000-11-18 06:43:49 +0000
commit880653d31a8f1ff8384fdbc75b84934bceecfdb8 (patch)
treebdafb71416f176d2a4b73bf716c9dc3f13685a8b /CNativeCode/makeFuncs
Initial revision
Diffstat (limited to 'CNativeCode/makeFuncs')
-rwxr-xr-xCNativeCode/makeFuncs4
1 files changed, 4 insertions, 0 deletions
diff --git a/CNativeCode/makeFuncs b/CNativeCode/makeFuncs
new file mode 100755
index 0000000..48208cc
--- /dev/null
+++ b/CNativeCode/makeFuncs
@@ -0,0 +1,4 @@
+#! /bin/sh
+
+sed 's/;/{ fprintf(stderr,"function not implemented in SGI-Irix65-GL\n");}/g' a.h > a.c
+