bcopy in cppexp.c

Herman ten Brugge herman@htbrug.net.HCC.nl
Mon Dec 29 11:42:00 GMT 1997


Hello,

I had problems linking with file cppexp.c. The problem was a bcopy wich is
not in my libc library (unixware 2.03). I solved the problem by including
the file gansidecl.h.

	Herman.

--- cppexp.c.org	Mon Dec 29 20:37:44 1997
+++ cppexp.c	Mon Dec 29 20:37:56 1997
@@ -26,6 +26,7 @@
    
 #include "config.h"
 #include "cpplib.h"
+#include "gansidecl.h"
 
 extern char *xmalloc PARAMS ((unsigned));
 extern char *xrealloc PARAMS ((void *, unsigned));

-- 
-------------------------------------------------------------------------
Herman ten Brugge			Email:	Haj.Ten.Brugge@net.HCC.nl



More information about the Gcc-bugs mailing list