mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-01-22 10:11:43 +00:00
26 lines
1.1 KiB
C
26 lines
1.1 KiB
C
"syntax error",ERROR,
|
|
"invalid extension",ERROR,
|
|
"no space before operands",WARNING,
|
|
"too many closing parentheses",WARNING,
|
|
"missing closing parentheses",WARNING,
|
|
"missing operand",ERROR, /* 5 */
|
|
"garbage at end of line",WARNING,
|
|
"%c expected",WARNING,
|
|
"invalid data operand",ERROR,
|
|
", expected",WARNING,
|
|
"identifier expected",ERROR, /* 10 */
|
|
"",WARNING,
|
|
"expression must be a constant",ERROR,
|
|
"repeatedly defined symbol",ERROR,
|
|
"endif without if",ERROR,
|
|
"if without endif",ERROR, /* 15 */
|
|
"maximum if-nesting depth exceeded (%d levels)",FATAL|ERROR,
|
|
"else without if",ERROR,
|
|
"unexpected endr without macro",ERROR,
|
|
"unexpected endr without rept",ERROR,
|
|
"symbol <%s> already defined with %s scope",WARNING, /* 20 */
|
|
"alignment too big",WARNING,
|
|
"label <%s> had already been defined",WARNING,
|
|
"skipping instruction in struct init",WARNING,
|
|
"last %d bytes of string constant had been cut",WARNING,
|