Staging
v0.5.1
https://github.com/python/cpython
Revision 1576bab04203f18b7ce8fdf38aa24c4efbba8b3c authored by Georg Brandl on 12 August 2008, 08:39:33 UTC, committed by Georg Brandl on 12 August 2008, 08:39:33 UTC
1 parent 45c33ce
Raw File
Tip revision: 1576bab04203f18b7ce8fdf38aa24c4efbba8b3c authored by Georg Brandl on 12 August 2008, 08:39:33 UTC
#3134: shutil referenced undefined WindowsError symbol
Tip revision: 1576bab
metagrammar.h
#ifndef Py_METAGRAMMAR_H
#define Py_METAGRAMMAR_H
#ifdef __cplusplus
extern "C" {
#endif


#define MSTART 256
#define RULE 257
#define RHS 258
#define ALT 259
#define ITEM 260
#define ATOM 261

#ifdef __cplusplus
}
#endif
#endif /* !Py_METAGRAMMAR_H */
back to top