diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-18 05:52:52 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-18 05:52:52 +0200 |
commit | 7985a75ad0cd606794fac7ba662637372bd204a9 (patch) | |
tree | bb41be33d92ea608ccb6efe9bc6cf7b39de3daab /regex_internal.c | |
parent | c5fbf475a8efa76f67c5e795d6adbb4bb0769ee8 (diff) | |
download | egawk-7985a75ad0cd606794fac7ba662637372bd204a9.tar.gz egawk-7985a75ad0cd606794fac7ba662637372bd204a9.tar.bz2 egawk-7985a75ad0cd606794fac7ba662637372bd204a9.zip |
Minor bug fix and cleanup in regex routines, from GNULIB.
Diffstat (limited to 'regex_internal.c')
-rw-r--r-- | regex_internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regex_internal.c b/regex_internal.c index fcfa4ada..2d170932 100644 --- a/regex_internal.c +++ b/regex_internal.c @@ -1632,7 +1632,7 @@ free_state (re_dfastate_t *state) re_free (state); } -/* Create the new state which is independ of contexts. +/* Create the new state which is independent of contexts. Return the new state if succeeded, otherwise return NULL. */ static re_dfastate_t * |