[Python-checkins] CVS: python/dist/src/Modules selectmodule.c,2.36,2.37

Jack Jansen python-dev@python.org
2000年7月11日 14:35:05 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv20295
Modified Files:
	selectmodule.c 
Log Message:
One more include of limits.h (possibly to be moved elsewhere when there is
consensus where it should go).
Index: selectmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/selectmodule.c,v
retrieving revision 2.36
retrieving revision 2.37
diff -C2 -r2.36 -r2.37
*** selectmodule.c	2000年07月10日 12:29:26	2.36
--- selectmodule.c	2000年07月11日 21:35:02	2.37
***************
*** 22,25 ****
--- 22,28 ----
 #include <unistd.h>
 #endif
+ #ifdef HAVE_LIMITS_H
+ #include <limits.h>
+ #endif
 
 #ifdef __sgi

AltStyle によって変換されたページ (->オリジナル) /