mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix bogus "extern int errno;" in back branches, per Andrew Dunstan.
This commit is contained in:
parent
ecafa828c3
commit
0a719d8935
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "postgres.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "segdata.h"
|
||||
|
|
@ -14,7 +15,6 @@
|
|||
#undef yylex /* falure to redefine yylex will result in calling the */
|
||||
#define yylex seg_yylex /* wrong scanner when running inside postgres backend */
|
||||
|
||||
extern int errno;
|
||||
extern int yylex(); /* defined as seg_yylex in segscan.c */
|
||||
extern int significant_digits( char *str ); /* defined in seg.c */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue