]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Include/pgen.h
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Include / pgen.h
CommitLineData
4710c53d 1#ifndef Py_PGEN_H\r
2#define Py_PGEN_H\r
3#ifdef __cplusplus\r
4extern "C" {\r
5#endif\r
6\r
7\r
8/* Parser generator interface */\r
9\r
10extern grammar *meta_grammar(void);\r
11\r
12struct _node;\r
13extern grammar *pgen(struct _node *);\r
14\r
15#ifdef __cplusplus\r
16}\r
17#endif\r
18#endif /* !Py_PGEN_H */\r