X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=ccl%2Fcclerrms.c;h=4e8baf071d4ea0a5102efd3edbc39219f2699406;hb=db407de046272b028cf37338c9427846d97dfcf3;hp=c05e6bd77e9aadf167cb31dd1cc85b0fb608b68d;hpb=d79d0168774190148ff0927cea715996ad82bc62;p=egate.git diff --git a/ccl/cclerrms.c b/ccl/cclerrms.c index c05e6bd..4e8baf0 100644 --- a/ccl/cclerrms.c +++ b/ccl/cclerrms.c @@ -2,7 +2,16 @@ * Europagate, 1995 * * $Log: cclerrms.c,v $ - * Revision 1.3 1995/02/14 10:25:56 adam + * Revision 1.7 1995/04/17 09:31:40 adam + * Improved handling of qualifiers. Aliases or reserved words. + * + * Revision 1.6 1995/02/23 08:31:59 adam + * Changed header. + * + * Revision 1.4 1995/02/14 16:20:54 adam + * Qualifiers are read from a file now. + * + * Revision 1.3 1995/02/14 10:25:56 adam * The constructions 'qualifier rel term ...' implemented. * * Revision 1.2 1995/02/13 15:15:06 adam @@ -23,9 +32,17 @@ char *err_msg_array[] = { "Unknown qualifier", "Qualifiers applied twice", "'=' expected", - "Bad relation" + "Bad relation", + "Left truncation not supported", + "Both left - and right truncation not supported", + "Right truncation not supported" }; +/* + * ccl_err_msg: return name of CCL error + * ccl_errno: Error no. + * return: Name of error. + */ const char *ccl_err_msg (int ccl_errno) { return err_msg_array[ccl_errno];