A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2000-July/011750.html below:

[Python-checkins] CVS: python/dist/src/Parser myreadline.c,2.20,2.21

[Python-checkins] CVS: python/dist/src/Parser myreadline.c,2.20,2.21Jack Jansen python-dev@python.org
Mon, 3 Jul 2000 14:39:49 -0700
Update of /cvsroot/python/python/dist/src/Parser
In directory slayer.i.sourceforge.net:/tmp/cvs-serv29235/Parser

Modified Files:
	myreadline.c 
Log Message:
Include limits.h if we have it.


Index: myreadline.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/myreadline.c,v
retrieving revision 2.20
retrieving revision 2.21
diff -C2 -r2.20 -r2.21
*** myreadline.c	2000/06/30 23:58:05	2.20
--- myreadline.c	2000/07/03 21:39:47	2.21
***************
*** 20,23 ****
--- 20,26 ----
  
  #include "Python.h"
+ #ifdef HAVE_LIMITS_H
+ #include <limits.h>
+ #endif
  
  int (*PyOS_InputHook)() = NULL;




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4