File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.231 2003/12/01 21:52:38 momjian Exp $
10
+ * $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.232 2003/12/01 23:12:16 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -237,7 +237,7 @@ extern Datum btname_pattern_cmp(PG_FUNCTION_ARGS);
237
237
extern Datum bttext_pattern_cmp (PG_FUNCTION_ARGS );
238
238
239
239
/* float.c */
240
- extern int extra_float_digits ;
240
+ extern DLLIMPORT int extra_float_digits ;
241
241
242
242
extern Datum float4in (PG_FUNCTION_ARGS );
243
243
extern Datum float4out (PG_FUNCTION_ARGS );
You can’t perform that action at this time.
0 commit comments