1 /***********************************************************
2 Copyright (c) 2000, BeOpen.com.
3 Copyright (c) 1995-2000, Corporation for National Research Initiatives.
4 Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
7 See the file "Misc/COPYRIGHT" for information on usage and
8 redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
9 ******************************************************************/
11 /* Parser-tokenizer link interface */
29 extern DL_IMPORT(node
*) PyParser_ParseString(char *, grammar
*, int,
31 extern DL_IMPORT(node
*) PyParser_ParseFile (FILE *, char *, grammar
*, int,
32 char *, char *, perrdetail
*);
37 #endif /* !Py_PARSETOK_H */