summaryrefslogtreecommitdiff
path: root/tools/spasm/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/spasm/error.h')
-rw-r--r--tools/spasm/error.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/spasm/error.h b/tools/spasm/error.h
new file mode 100644
index 0000000..3951ffd
--- /dev/null
+++ b/tools/spasm/error.h
@@ -0,0 +1,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
+