This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bcopy in cppexp.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]