]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Include/pgen.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Include / pgen.h
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Include/pgen.h b/AppPkg/Applications/Python/Python-2.7.2/Include/pgen.h
deleted file mode 100644 (file)
index af84852..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef Py_PGEN_H\r
-#define Py_PGEN_H\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-\r
-/* Parser generator interface */\r
-\r
-extern grammar *meta_grammar(void);\r
-\r
-struct _node;\r
-extern grammar *pgen(struct _node *);\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-#endif /* !Py_PGEN_H */\r