X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcasl2.c;h=8ae34959ffd3cc06a9acdd84a17a56aad7e96a33;hb=5a84169c51f754a58929ce360e9e1a358e0ca74e;hp=35f9a801087dcf35ffc7c6028d2c7bc4daa589f4;hpb=ed3225328d7bc0d718fc97dd0b05692b7287667b;p=YACASL2.git diff --git a/src/casl2.c b/src/casl2.c index 35f9a80..8ae3495 100644 --- a/src/casl2.c +++ b/src/casl2.c @@ -52,8 +52,9 @@ CERRARRAY cerr[] = { { 120, "GR0 in operand x" }, { 121, "cannot get operand token" }, { 122, "cannot create hash table" }, - { 123, "illegal string" }, + { 123, "unclosed quote" }, { 124, "more than one character in literal" }, + { 125, "not GR in operand x" }, { 201, "execute - out of COMET II memory" }, { 202, "SVC input - out of Input memory" }, { 203, "SVC output - out of COMET II memory" },