[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / lex

Diff for /src/usr.bin/lex/main.c between version 1.28 and 1.29

version 1.28, 2021/06/23 02:53:44 version 1.29, 2022/12/26 19:16:01
Line 1443 
Line 1443 
                 flexend(1);                  flexend(1);
   
         /*          /*
          * If the user explicitly requested posix compatibility by specifing           * If the user explicitly requested posix compatibility by specifying
          * the posix-compat option, then we check for conflicting options.           * the posix-compat option, then we check for conflicting options.
          * However, if the POSIXLY_CORRECT variable is set, then we quietly           * However, if the POSIXLY_CORRECT variable is set, then we quietly
          * make flex as posix-compatible as possible.  This is the           * make flex as posix-compatible as possible.  This is the

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29