/*-----------------------------------------------------------------------*/ /* Project Allen Number (1994 ) */ /* -------------------------------------------- */ /* */ /* Author : Marie-Noelle Aimar */ /* Medical Computer Laboratory */ /* University of Bordeaux II */ /* */ /* File : parser_gen.h */ /* */ /*-----------------------------------------------------------------------*/ #ifndef PARSER #define PARSER extern void read_file_gen (FILE * , void (*parsing_error)(char*)); /* -- runs the yacc analyser on the input file */ /*---------*/ extern void error_in_parsing_file (char *); /*---------*/ #endif