forked from Lainports/freebsd-ports
A Prolog-to-C translator from Inria. PR: 13745 Submitted by: W. Gerald Hicks <wghicks@bellsouth.net>
14 lines
228 B
Text
14 lines
228 B
Text
--- src/machine.c.orig Sun Dec 18 12:15:59 1994
|
|
+++ src/machine.c Tue Sep 14 04:16:29 1999
|
|
@@ -52,7 +52,11 @@
|
|
|
|
#endif
|
|
|
|
+#if !defined(M_i386_freebsd) && !defined(M_alpha_freebsd)
|
|
+
|
|
extern char *sys_errlist[];
|
|
+
|
|
+#endif
|
|
|
|
|
|
|