0022627: Change OCCT memory management defaults
[occt.git] / src / ExprIntrp / ExprIntrp_yaccintrf.hxx
1 // Copyright:   Matra-Datavision 1992
2 // File:        ExprIntrp_yaccintrf.hxx
3 // Created:     Mon Feb 17 11:14:09 1992
4 // Author:      Arnaud BOUZY
5 //              <adn>
6
7
8 #ifndef ExprIntrp_yaccintrf_HeaderFile
9 #define ExprIntrp_yaccintrf_HeaderFile
10
11 #include <TCollection_AsciiString.hxx>
12
13 extern "C" int ExprIntrpparse();
14 extern "C" void  ExprIntrp_start_string(const char* str);
15 extern "C" void  ExprIntrp_stop_string();
16 extern TCollection_AsciiString ExprIntrp_thestring;
17 extern Standard_Integer ExprIntrp_thecurchar;
18 int ExprIntrp_GetDegree();
19 int ExprIntrp_GetResult(char *s);
20
21 #endif
22
23
24