diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2018-11-18 12:43:03 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2018-11-18 12:43:03 -0500 |
commit | 79376e07128fbf3c92f4e1fb457be435afa2e6a6 (patch) | |
tree | 63286b949ce26c2f7b139c9b937e6100e17559a9 /src/pl/plperl | |
parent | d5d7f7f3b78e00009ee87ad01d1fb87b28968f65 (diff) | |
download | postgresql-79376e07128fbf3c92f4e1fb457be435afa2e6a6.tar.gz |
fix typo
Diffstat (limited to 'src/pl/plperl')
-rw-r--r-- | src/pl/plperl/plperl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plperl/plperl.h b/src/pl/plperl/plperl.h index 0a77860b98..c112da2d8c 100644 --- a/src/pl/plperl/plperl.h +++ b/src/pl/plperl/plperl.h @@ -46,7 +46,7 @@ */ #ifdef _MSC_VER #define __inline__ inline -#ifdef isname +#ifdef isnan #undef isnan #endif #endif |