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

Diff for /src/usr.bin/awk/maketab.c between version 1.11 and 1.12

version 1.11, 2010/06/13 17:58:19 version 1.12, 2020/06/10 21:00:01
Line 63 
Line 63 
         { DIVIDE, "arith", " / " },          { DIVIDE, "arith", " / " },
         { MOD, "arith", " % " },          { MOD, "arith", " % " },
         { UMINUS, "arith", " -" },          { UMINUS, "arith", " -" },
           { UPLUS, "arith", " +" },
         { POWER, "arith", " **" },          { POWER, "arith", " **" },
         { PREINCR, "incrdecr", "++" },          { PREINCR, "incrdecr", "++" },
         { POSTINCR, "incrdecr", "++" },          { POSTINCR, "incrdecr", "++" },

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12