From ffea4491ee78863f024b34106514b282e281576b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 27 Jun 2018 20:18:04 +0300 Subject: Small simplification to support/regex_internal.h. --- support/ChangeLog | 5 +++++ support/regex_internal.h | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'support') diff --git a/support/ChangeLog b/support/ChangeLog index 6dc5def3..2bf44167 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,8 @@ +2018-06-21 Arnold D. Robbins + + * regex_internal.h: Simplify undefining inline and defining to empty. + Thanks to Florian Weimer for the suggestion. + 2018-03-13 Arnold D. Robbins * getopt.c: Update copyright year. diff --git a/support/regex_internal.h b/support/regex_internal.h index f97ecbe2..cdd6e3a1 100644 --- a/support/regex_internal.h +++ b/support/regex_internal.h @@ -111,9 +111,7 @@ is_blank (int c) # define BE(expr, val) __builtin_expect (expr, val) #else # define BE(expr, val) (expr) -# ifdef inline # undef inline -# endif # define inline #endif -- cgit v1.2.3