Staging
v0.5.1
https://github.com/python/cpython
Revision 52773e317e0267ce9a454ae42dfe3685305bc050 authored by Martin v. Löwis on 19 April 2003, 07:46:28 UTC, committed by Martin v. Löwis on 19 April 2003, 07:46:28 UTC
1 parent b15021e
Raw File
Tip revision: 52773e317e0267ce9a454ae42dfe3685305bc050 authored by Martin v. Löwis on 19 April 2003, 07:46:28 UTC
Patch #716969: Detect thread creation failure.
Tip revision: 52773e3
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