*** empty log message ***
authorkaashoek <none@none>
Tue, 31 May 1988 13:20:28 +0000 (13:20 +0000)
committerkaashoek <none@none>
Tue, 31 May 1988 13:20:28 +0000 (13:20 +0000)
util/ceg/assemble/obj_assemble/assemble.c

index c8a1866..495a876 100644 (file)
@@ -1,5 +1,6 @@
 #include <ctype.h>
 #include <system.h>
+#include <stdio.h>
 #include "as.h"
 #include "const.h"
 
@@ -127,7 +128,7 @@ char *parse_operand( ptr, n_ops, instr)
                        *(last+1) = '\0';
                }
                else {
-                       fprintf(stderr, "strange operand format: %s\n", ptr);
+                       error("strange operand format: %s\n", ptr);
                        /* 
                        *ptr++ = '\0';
                        ptr = skip_space( ptr);