オペランドに文字定数が指定された場合の動作を修正
[YACASL2.git] / src / struct.c
index 4546648..b591611 100644 (file)
@@ -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" },