]> granicus.if.org Git - python/commitdiff
Added a declaration of fileno() if we use GUSI. Not sure whether it should go here...
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 11 Jul 2000 21:14:21 +0000 (21:14 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 11 Jul 2000 21:14:21 +0000 (21:14 +0000)
Mac/mwerks/mwerks_small_config.h

index 37d2982cd2eb4f0dc5d73c8e02a2fe26f32c09ff..5b99aa5dbec7c7fc4f4e4426409c8d84c4d3b80c 100644 (file)
@@ -33,3 +33,8 @@
 #define MSL_USE_PRECOMPILED_HEADERS 0  /* Don't use precomp headers: we include our own */
 #include <ansi_prefix.mac.h>
 #endif
+/* Missing declarations. Should these go to pyport.h? */
+#ifdef USE_GUSI2
+#include <stdio.h>
+extern int fileno(FILE *);
+#endif