diff options
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r-- | src/include/postgres.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index 030738ced4..677d5359f1 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -650,7 +650,7 @@ extern Datum Float8GetDatum(float8 X); * ---------------------------------------------------------------- */ -extern DLLIMPORT bool assert_enabled; +extern PGDLLIMPORT bool assert_enabled; /* * USE_ASSERT_CHECKING, if defined, turns on all the assertions. |