summaryrefslogtreecommitdiff
path: root/tools/spasm/error.h
blob: 3951ffdfd03a57cdbd852592866c71f85488c7e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _SPASM_ERROR_H
#define _SPASM_ERROR_H

void instruction_error(char *format, ...);
void instruction_warning(char *format, ...);
void assembler_error(char *format, ...);
extern int yylineno;

#endif