[Python-checkins] CVS: python/dist/src/Include grammar.h,2.13,2.14

Thomas Wouters python-dev@python.org
Mon, 24 Jul 2000 03:58:34 -0700


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

Modified Files:
	grammar.h 
Log Message:

Remove function-less prototype (old function that was removed ?) that
happens to be a C++ reserved word, too.



Index: grammar.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/grammar.h,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** grammar.h	2000/07/09 00:20:36	2.13
--- grammar.h	2000/07/24 10:58:31	2.14
***************
*** 83,87 ****
  void addarc(dfa *d, int from, int to, int lbl);
  dfa *PyGrammar_FindDFA(grammar *g, int type);
- char *typename(grammar *g, int lbl);
  
  int addlabel(labellist *ll, int type, char *str);
--- 83,86 ----