[Python-checkins] CVS: python/dist/src/Python pythonrun.c,2.112,2.113

Fred L. Drake python-dev@python.org
Wed, 30 Aug 2000 22:52:46 -0700


Update of /cvsroot/python/python/dist/src/Python
In directory slayer.i.sourceforge.net:/tmp/cvs-serv11985/Python

Modified Files:
	pythonrun.c 
Log Message:

PyOS_CheckStack():  Better ANSI'fy this while we're at it.


Index: pythonrun.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/pythonrun.c,v
retrieving revision 2.112
retrieving revision 2.113
diff -C2 -r2.112 -r2.113
*** pythonrun.c	2000/08/31 05:38:39	2.112
--- pythonrun.c	2000/08/31 05:52:44	2.113
***************
*** 1206,1210 ****
   */
  int
! PyOS_CheckStack()
  {
  	__try {
--- 1206,1210 ----
   */
  int
! PyOS_CheckStack(void)
  {
  	__try {