#ifndef COMMONDEFS_H
#define COMMONDEFS_H 1
void stab(void);
void warn(const char *s);
int error(const char *s);
#endif
