Strict prototype warnings removing.
[TP_AL_C.git] / lexer / lexical_analyzer.h
index ec9272e36fbe8106c13ca557fec4117bdb078d97..d3ebad751c69368449a55d23011fc06df9678227 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef LEXICAL_ANALYZER_H_
 #define LEXICAL_ANALYZER_H_
 
-int scanner();
+int scanner(void);
 
 #endif /* LEXICAL_ANALYZER_H_ */