]> git.pld-linux.org Git - packages/eic.git/commitdiff
- updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Sep 2000 15:00:24 +0000 (15:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eic-make.patch -> 1.1
    eic.h -> 1.1

eic-make.patch [new file with mode: 0644]
eic.h [new file with mode: 0644]

diff --git a/eic-make.patch b/eic-make.patch
new file mode 100644 (file)
index 0000000..d9edfe7
--- /dev/null
@@ -0,0 +1,11 @@
+diff -urN EiC.org/config/_LINUX/make.params EiC/config/_LINUX/make.params
+--- EiC.org/config/_LINUX/make.params  Sun Sep 10 20:50:12 2000
++++ EiC/config/_LINUX/make.params      Sun Sep 10 20:52:03 2000
+@@ -1,6 +1,6 @@
+        PLATFORM = _LINUX
+                CC = gcc
+-       STD_CFLAGS = -ansi -pedantic -O2 -fsigned-char -Wall 
++       STD_CFLAGS = $(OPT) -fsigned-char -Wall 
+     INCLUDE_FLAGS = -I-
+                AR = ar
diff --git a/eic.h b/eic.h
new file mode 100644 (file)
index 0000000..ee46dec
--- /dev/null
+++ b/eic.h
@@ -0,0 +1,33 @@
+/* eic.h
+ *
+ *     (C) Copyright May  7 1995, Edmond J. Breen.
+ *                ALL RIGHTS RESERVED.
+ * This code may be copied for personal, non-profit use only.
+ * Modified for PLD GNU/Linux by a.miskiewicz@opengroup.org
+ */
+#ifndef EICH_
+#define EICH_
+
+#include <sys/types.h>
+
+int EiC_run(int, char**);
+void EiC_init_EiC(void);
+void EiC_switches(char *);
+void EiC_parseString(char * command,...);
+void EiC_setMessageDisplay(void (*)(char *));
+
+#endif /* EICH_ */
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This page took 0.1003 seconds and 4 git commands to generate.