]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.10/Include/ast.h
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 1/5.
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / Include / ast.h
diff --git a/AppPkg/Applications/Python/Python-2.7.10/Include/ast.h b/AppPkg/Applications/Python/Python-2.7.10/Include/ast.h
new file mode 100644 (file)
index 0000000..77dbe5f
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef Py_AST_H\r
+#define Py_AST_H\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+PyAPI_FUNC(mod_ty) PyAST_FromNode(const node *, PyCompilerFlags *flags,\r
+                                 const char *, PyArena *);\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+#endif /* !Py_AST_H */\r