mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Goodbye register keyword. Compiler knows better.
This commit is contained in:
@ -162,7 +162,7 @@ size_t nmatch;
|
||||
regmatch_t pmatch[];
|
||||
int eflags;
|
||||
{
|
||||
register struct re_guts *g = preg->re_g;
|
||||
struct re_guts *g = preg->re_g;
|
||||
|
||||
#ifdef REDEBUG
|
||||
#define GOODFLAGS(f) (f)
|
||||
|
Reference in New Issue
Block a user