We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d381e commit c969e30Copy full SHA for c969e30
contrib/seg/segparse.y
@@ -4,6 +4,7 @@
4
5
#include <string.h>
6
#include <stdlib.h>
7
+#include <errno.h>
8
#include <math.h>
9
#include "segdata.h"
10
#include "buffer.h"
@@ -18,7 +19,6 @@
18
19
#undef yylex /* falure to redefine yylex will result in calling the */
20
#define yylex seg_yylex /* wrong scanner when running inside postgres backend */
21
- extern int errno;
22
extern int yylex(); /* defined as seg_yylex in segscan.c */
23
extern int significant_digits( char *str ); /* defined in seg.c */
24
0 commit comments