X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fstruct.c;h=b59161128732685aa5e9dc3904f81c14238d2c96;hp=45466485c9808de7a855b4b4dfd8f0715cba762f;hb=ffe8e22a52a385d795889c5cabbde2f277342e32;hpb=712486afe58b10ef37c5fa915de889ab8d1dd6cd diff --git a/src/struct.c b/src/struct.c index 4546648..b591611 100644 --- a/src/struct.c +++ b/src/struct.c @@ -29,6 +29,8 @@ CERRARRAY cerr[] = { { 120, "GR0 in operand x" }, { 121, "cannot get operand token" }, { 122, "cannot create hash table" }, + { 123, "illegal string" }, + { 124, "more than one character in literal" }, { 201, "execute - out of COMET II memory" }, { 202, "SVC input - out of Input memory" }, { 203, "SVC output - out of COMET II memory" },