diff options
Diffstat (limited to 'contrib/seg/segparse.y')
-rw-r--r-- | contrib/seg/segparse.y | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/contrib/seg/segparse.y b/contrib/seg/segparse.y index 3fad9910bd5..045ff91f3e7 100644 --- a/contrib/seg/segparse.y +++ b/contrib/seg/segparse.y @@ -7,6 +7,7 @@ #include "fmgr.h" #include "utils/builtins.h" + #include "segdata.h" /* @@ -20,13 +21,6 @@ #define YYMALLOC palloc #define YYFREE pfree -extern int seg_yylex(void); - -extern int significant_digits(char *str); /* defined in seg.c */ - -extern int seg_yyparse(SEG *result); -extern void seg_yyerror(SEG *result, const char *message); - static float seg_atof(char *value); static char strbuf[25] = { |