repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
#7342: make sure that the datetime object in test_fraction always has a number of...
[python.git]
/
Include
/
metagrammar.h
blob
15c8ef8f3f1ac02a1daf00e2c4922fcf353d0096
1
#ifndef Py_METAGRAMMAR_H
2
#define Py_METAGRAMMAR_H
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
7
8
#define MSTART 256
9
#define RULE 257
10
#define RHS 258
11
#define ALT 259
12
#define ITEM 260
13
#define ATOM 261
14
15
#ifdef __cplusplus
16
}
17
#endif
18
#endif
/* !Py_METAGRAMMAR_H */