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

Diff for /src/usr.bin/mg/tags.c between version 1.16 and 1.17

version 1.16, 2017/08/06 04:39:45 version 1.17, 2022/01/28 06:18:41
Line 453 
Line 453 
   
         /* Underscore character is to be treated as "inword" while          /* Underscore character is to be treated as "inword" while
          * processing tokens unlike mg's default word traversal. Save           * processing tokens unlike mg's default word traversal. Save
          * and restore it's cinfo value so that tag matching works for           * and restore its cinfo value so that tag matching works for
          * identifier with underscore.           * identifier with underscore.
          */           */
         c = cinfo['_'];          c = cinfo['_'];

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17