mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Goodbye register keyword. Compiler knows better.
This commit is contained in:
@ -58,7 +58,7 @@ void
|
||||
pg95_regfree(preg)
|
||||
regex_t *preg;
|
||||
{
|
||||
register struct re_guts *g;
|
||||
struct re_guts *g;
|
||||
|
||||
if (preg->re_magic != MAGIC1) /* oops */
|
||||
return; /* nice to complain, but hard */
|
||||
|
Reference in New Issue
Block a user