fix botched merge.

This commit is contained in:
christos 2010-08-27 16:49:47 +00:00
parent 1b8d37d1a2
commit 39562c1e23
1 changed files with 2 additions and 2 deletions

View File

@ -186,10 +186,10 @@ Cell *(*proctab[94])(Node **, int) = {
nullproc, /* STRING */
nullproc, /* REGEXPR */
awkgetline, /* GETLINE */
substr, /* SUBSTR */
split, /* SPLIT */
gensub, /* GENSUB */
jump, /* RETURN */
split, /* SPLIT */
substr, /* SUBSTR */
whilestat, /* WHILE */
cat, /* CAT */
boolop, /* NOT */