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

Diff for /src/usr.bin/lex/tblcmp.c between version 1.10 and 1.11

version 1.10, 2015/11/19 23:34:56 version 1.11, 2022/12/26 19:16:01
Line 511 
Line 511 
  * (i.e., jam entries) into the table.  It is assumed that by linking to   * (i.e., jam entries) into the table.  It is assumed that by linking to
  * "JAMSTATE" they will be taken care of.  In any case, entries in "state"   * "JAMSTATE" they will be taken care of.  In any case, entries in "state"
  * marking transitions to "SAME_TRANS" are treated as though they will be   * marking transitions to "SAME_TRANS" are treated as though they will be
  * taken care of by whereever "deflink" points.  "totaltrans" is the total   * taken care of by wherever "deflink" points.  "totaltrans" is the total
  * number of transitions out of the state.  If it is below a certain threshold,   * number of transitions out of the state.  If it is below a certain threshold,
  * the tables are searched for an interior spot that will accommodate the   * the tables are searched for an interior spot that will accommodate the
  * state array.   * state array.

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