[Python-checkins] python/dist/src/Modules regexpr.c,1.35,1.36

loewis@users.sourceforge.net loewis@users.sourceforge.net
Wed, 07 Aug 2002 09:21:53 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv23966/Modules

Modified Files:
	regexpr.c 
Log Message:
Replace abort with Py_FatalError.


Index: regexpr.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/regexpr.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** regexpr.c	15 Jul 2001 18:38:46 -0000	1.35
--- regexpr.c	7 Aug 2002 16:21:51 -0000	1.36
***************
*** 1244,1248 ****
  		case Rquote:
  		{
! 			abort();
  			/*NOTREACHED*/
  		}
--- 1244,1248 ----
  		case Rquote:
  		{
! 			Py_FatalError("Rquote");
  			/*NOTREACHED*/
  		}