X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=ccl%2Fccltoken.c;h=e9cca4ee1cbc57d6402ae71a989c6cb90e3cf4a0;hb=8467171ebdb5f018740de8d82149c8ccc53d2815;hp=26b005205722f7ce8308db50c154a7a0a65980b4;hpb=85e0bf0ecf24fb2b4d037a59607cd33005949b7b;p=egate.git diff --git a/ccl/ccltoken.c b/ccl/ccltoken.c index 26b0052..e9cca4e 100644 --- a/ccl/ccltoken.c +++ b/ccl/ccltoken.c @@ -2,7 +2,14 @@ * Europagate, 1995 * * $Log: ccltoken.c,v $ - * Revision 1.2 1995/02/14 19:55:13 adam + * Revision 1.5 1995/02/23 08:32:00 adam + * Changed header. + * + * Revision 1.3 1995/02/15 17:42:16 adam + * Minor changes of the api of this module. FILE* argument added + * to ccl_pr_tree. + * + * Revision 1.2 1995/02/14 19:55:13 adam * Header files ccl.h/cclp.h are gone! They have been merged an * moved to ../include/ccl.h. * Node kind(s) in ccl_rpn_node have changed names. @@ -29,10 +36,10 @@ static int strin (const char *s, const char *cset) return 0; } -char *ccl_token_and = "and"; -char *ccl_token_or = "or"; -char *ccl_token_not = "not"; -char *ccl_token_set = "set"; +const char *ccl_token_and = "and"; +const char *ccl_token_or = "or"; +const char *ccl_token_not = "not"; +const char *ccl_token_set = "set"; struct ccl_token *ccl_tokenize (const char *command) {