Remove All errors
This commit is contained in:
@@ -9,9 +9,13 @@
|
||||
#include "util.h"
|
||||
#include "stdio.h"
|
||||
#include "analyseur_lexical.h"
|
||||
#include "premiers.h"
|
||||
#include "suivants.h"
|
||||
|
||||
void openSection ( const char * section );
|
||||
void closeSection ( const char * section );
|
||||
void syntaxError (void);
|
||||
void syntaxErrorMsg( const char * msg );
|
||||
void programme (void);
|
||||
void optDecVariables (void);
|
||||
void listeDecVariables (void);
|
||||
|
||||
Reference in New Issue
Block a user