Makefile: allow to override the build type variable.
[TP_AL_C.git] / lexer / syntactic_analyzer.h
1 #ifndef SYNTACTIC_ANALYZER_H_
2 #define SYNTACTIC_ANALYZER_H_
3
4 /* Syntactic analyzer functions declarations */
5
6 void analyze_AXIOME(void);
7
8 #endif /* SYNTACTIC_ANALYZER_H_ */