diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-18 06:22:59 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-18 06:22:59 +0200 |
commit | 9b61d5e1beddea15ead5b5bf42aa4f3510176907 (patch) | |
tree | 9823a495b89af72559762802c8d75b4b9c66e8d1 /regex_internal.c | |
parent | b829b49b0c0db89d86ed9f73caf224d78f384f9b (diff) | |
parent | 7c84c5f2d9e9a044e17b132628f675e0b199f640 (diff) | |
download | egawk-9b61d5e1beddea15ead5b5bf42aa4f3510176907.tar.gz egawk-9b61d5e1beddea15ead5b5bf42aa4f3510176907.tar.bz2 egawk-9b61d5e1beddea15ead5b5bf42aa4f3510176907.zip |
Merge branch 'master' into feature/cmake
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 * |