Without this, any file can't be compiled because of lack of the
definition of uintptr_t.  uintptr_t is defined in inttypes.h on my
NetBSD box, but I'm not sure if the proper entry point is it or not.

Regards,
Masao


Index: libguile/tags.h
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/libguile/tags.h,v
retrieving revision 1.82
diff -u -r1.82 tags.h
--- libguile/tags.h     2001/06/14 19:50:43     1.82
+++ libguile/tags.h     2001/07/09 08:27:10
@@ -56,6 +56,10 @@
 #include <stdint.h>
 #endif
 
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
+
 
 
 /* In the beginning was the Word:

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to