The parser doesn't need its own implementation of assert, and having its

own interfered with including Python.h.  Remove Python's assert.h.
This commit is contained in:
Tim Peters 2001-12-04 03:18:48 +00:00
parent db5a93cd6a
commit 1ca1296157
8 changed files with 18 additions and 38 deletions

View file

@ -4,8 +4,8 @@
/* For a description, see the comments at end of this file */
#include "Python.h"
#include "pgenheaders.h"
#include "assert.h"
#include "token.h"
#include "node.h"
#include "grammar.h"