Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-10-25 00:55:48 +0000
committerBruce Momjian2001-10-25 00:55:48 +0000
commitb4a57b06486df001e9b4e4350c493e2c15e76380 (patch)
treec439b48db1ed46f7c88775d95a3d90428cbd9fee /src/backend/regex/regexec.c
parent309a04f5b8e77f82b6ce703ff15fcb89368b067c (diff)
Add more missing 'do { ... } while (0)' in missing macros. Without it,
these macros fail in if/else cases: #define X \ { \ ... \ } { if (...) X; else ... } with proper setup: #define X \ do { \ ... \ } while (0) it works fine.
Diffstat (limited to 'src/backend/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions