Makefile: allow to override the build type variable.
[TP_AL_C.git] / lexer / syntactic_analyzer.h
index 675873cee089a3f0704ba01d6335d9a0c2fb60e2..209dd195e656f4f2704bff6d97eb30faa1f3de3e 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef SYNTACTIC_ANALYZER_H_
 #define SYNTACTIC_ANALYZER_H_
 
-/* Syntactic analyser functions declarations */
+/* Syntactic analyzer functions declarations */
 
-bool analyze_AXIOME();
+void analyze_AXIOME(void);
 
 #endif /* SYNTACTIC_ANALYZER_H_ */