/[global]/global/gtags/gtags.c
ViewVC logotype

Diff of /global/gtags/gtags.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.148 by shigio, Thu Oct 27 06:33:35 2005 UTC revision 1.149 by h-iwamoto, Sat Oct 29 13:09:40 2005 UTC
# Line 597  main(int argc, char **argv) Line 597  main(int argc, char **argv)
597          if (wflag)          if (wflag)
598                  set_env("GTAGSWARNING", "1");                  set_env("GTAGSWARNING", "1");
599          /*          /*
600             * Use C locale in order to avoid the degradation of performance
601             * by internationalized sort command.
602             */
603            set_env("LC_ALL", "C");
604            /*
605           * incremental update.           * incremental update.
606           */           */
607          if (iflag) {          if (iflag) {

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.149

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26