/* er.h */

#ifndef _er_h
#define _er_h

void defError( int errnum, int line, int col );

#endif
