From: helly Date: Tue, 3 Jan 2006 11:55:51 +0000 (+0000) Subject: - Add a little comment X-Git-Tag: 0.13.6~506 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6275b0f2a393d58e2d9443d65b96e4cf1196f05;p=re2c - Add a little comment --- diff --git a/actions.cc b/actions.cc index be554245..73250d17 100644 --- a/actions.cc +++ b/actions.cc @@ -966,7 +966,7 @@ CharSet::CharSet() for (uint j = 0; j < nRealChars; ++j) { rep[j] = &ptn[0]; - ptn[j].nxt = &ptn[j + 1]; + ptn[j].nxt = &ptn[j + 1]; /* wrong for j=nRealChars but will be corrected below */ } freeHead = &ptn[1];