[Python-checkins] CVS: python/dist/src/Parser intrcheck.c,2.38,2.39

Peter Schneider-Kamp python-dev@python.org
Mon, 31 Jul 2000 08:28:06 -0700


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

Modified Files:
	intrcheck.c 
Log Message:

merge Include/my*.h into Include/pyport.h

marked my*.h as obsolete



Index: intrcheck.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/intrcheck.c,v
retrieving revision 2.38
retrieving revision 2.39
diff -C2 -r2.38 -r2.39
*** intrcheck.c	2000/07/25 12:56:38	2.38
--- intrcheck.c	2000/07/31 15:28:04	2.39
***************
*** 18,22 ****
  #endif
  
- #include "myproto.h"
  #include "intrcheck.h"
  
--- 18,21 ----