*** empty log message ***

This commit is contained in:
kaashoek 1988-05-31 13:20:28 +00:00
parent f466e4b0e7
commit 83b11ebd82

View file

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