]> Savannah Git Hosting - gnulib.git/commit
regex: simplify by assuming C99
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2019 00:33:58 +0000 (17:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2019 01:34:05 +0000 (18:34 -0700)
commit48f07576b8cd935b48e1050551f45ab1a79b9f01
treee14e51c7087b98a8b8c19e0601870f5e9ea84147
parent32915b2a8a43825720755113bdffe9f67a591748
regex: simplify by assuming C99

* config/srclist.txt: Comment out regex_internal.h and regexec.c
temporarily.
* lib/regex_internal.h (lock_define, re_match_context_t):
Simplify by assuming C99 macros and const.
* lib/regexec.c (re_search_internal): Simplify by assuming C99
initializers.  Remove unnecessary assignment, as mctx is now
safely initialized earlier.
ChangeLog
config/srclist.txt
lib/regex_internal.h
lib/regexec.c