Staging
v0.5.1
https://github.com/python/cpython
Revision 4dd3a50ca480eef7bd898cfbfef8377231e18ae9 authored by Martin v. Löwis on 10 September 2008, 19:16:35 UTC, committed by Martin v. Löwis on 10 September 2008, 19:16:35 UTC
Delete old NormalizationTest.txt if it doesn't match
unidata_version.
1 parent 6d5ec24
Raw File
Tip revision: 4dd3a50ca480eef7bd898cfbfef8377231e18ae9 authored by Martin v. Löwis on 10 September 2008, 19:16:35 UTC
Read unidata_version from unicodedata module.
Tip revision: 4dd3a50
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