Return to capaLexerDef.flex CVS log | Up to [LON-CAPA] / capa / capa51 / pProj |
version 1.4, 1999/10/18 20:58:33 | version 1.5, 1999/12/07 19:10:47 |
---|---|
Line 1195 capa_msg(int type, char *p) | Line 1195 capa_msg(int type, char *p) |
} | } |
warn_msg[idx]=0; | warn_msg[idx]=0; |
append_error(warn_msg); append_error(p); | append_error(warn_msg); append_error(p); |
break; | break; |
case MESSAGE_WARN: | case MESSAGE_WARN: |
default: | default: |
sprintf(tmp_line,", Line %d: WARNING:", Current_line[Input_idx]); | sprintf(tmp_line,", Line %d: WARNING:", Current_line[Input_idx]); |