|
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/0121:52:38 momjian Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.232 2003/12/0123:12:16 momjian Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -237,7 +237,7 @@ extern Datum btname_pattern_cmp(PG_FUNCTION_ARGS);
|
237 | 237 | externDatumbttext_pattern_cmp(PG_FUNCTION_ARGS);
|
238 | 238 |
|
239 | 239 | /* float.c */
|
240 |
| -externintextra_float_digits; |
| 240 | +externDLLIMPORTintextra_float_digits; |
241 | 241 |
|
242 | 242 | externDatumfloat4in(PG_FUNCTION_ARGS);
|
243 | 243 | externDatumfloat4out(PG_FUNCTION_ARGS);
|
|