X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=ccl%2Fcclsh.c;h=f7f3a0efede1a7fff6f4fc63d9994a7cd0bbc78e;hb=ddccceb2d9e85c93eca315233f73adf6743bc2bf;hp=5d2eff3e5c87a22fa04a37240219f0d20eb70a31;hpb=68f891ca4abf2ebc80ab70f95a036b39edb9320c;p=egate.git diff --git a/ccl/cclsh.c b/ccl/cclsh.c index 5d2eff3..f7f3a0e 100644 --- a/ccl/cclsh.c +++ b/ccl/cclsh.c @@ -2,7 +2,15 @@ * Europagate 1995 * * $Log: cclsh.c,v $ - * Revision 1.7 1995/02/15 17:42:16 adam + * Revision 1.10 1995/05/11 14:03:57 adam + * Changes in the reading of qualifier(s). New function: ccl_qual_fitem. + * New variable ccl_case_sensitive, which controls whether reserved + * words and field names are case sensitive or not. + * + * Revision 1.9 1995/02/23 08:32:00 adam + * Changed header. + * + * Revision 1.7 1995/02/15 17:42:16 adam * Minor changes of the api of this module. FILE* argument added * to ccl_pr_tree. * @@ -51,6 +59,9 @@ int main (int argc, char **argv) { switch (argv[0][1]) { + case 'c': + ccl_case_sensitive = 0; + break; case 'd': debug = 1; break;