Kaydet (Commit) 60fe4999 authored tarafından Victor Stinner's avatar Victor Stinner

Compile pgenmain.c and printgrammar.c with PGEN defined

üst 251cc846
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
- check for duplicate definitions of names (instead of fatal err) - check for duplicate definitions of names (instead of fatal err)
*/ */
#define PGEN
#include "Python.h" #include "Python.h"
#include "pgenheaders.h" #include "pgenheaders.h"
#include "grammar.h" #include "grammar.h"
......
/* Print a bunch of C initializers that represent a grammar */ /* Print a bunch of C initializers that represent a grammar */
#define PGEN
#include "pgenheaders.h" #include "pgenheaders.h"
#include "grammar.h" #include "grammar.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment