diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-07-10 22:36:11 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-07-10 22:36:11 -0400 |
commit | 01215d61a7b162ca441c5bc0312550f2d88fddb2 (patch) | |
tree | 6527e32708b42bb6869d3290d15ce37a5d46135c /src | |
parent | 1c7a7faa5b74042dc3b3726296a17ff913dcd84c (diff) | |
download | postgresql-01215d61a7b162ca441c5bc0312550f2d88fddb2.tar.gz postgresql-01215d61a7b162ca441c5bc0312550f2d88fddb2.zip |
Fix bogus macro definition.
Per buildfarm complaints.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/mb/pg_wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h index d3d4e76952f..ab3bc965ffb 100644 --- a/src/include/mb/pg_wchar.h +++ b/src/include/mb/pg_wchar.h @@ -128,7 +128,7 @@ typedef unsigned int pg_wchar; #define LC_JISX0212 0x94 /* Japanese Kanji (JIS X 0212) */ #define LC_CNS11643_1 0x95 /* CNS 11643-1992 Plane 1 */ #define LC_CNS11643_2 0x96 /* CNS 11643-1992 Plane 2 */ -#define LC_JISX0213-1 0x97 /* Japanese Kanji (JIS X 0213 Plane 1) (not supported) */ +#define LC_JISX0213_1 0x97 /* Japanese Kanji (JIS X 0213 Plane 1) (not supported) */ #define LC_BIG5_1 0x98 /* Plane 1 Chinese traditional (not supported) */ #define LC_BIG5_2 0x99 /* Plane 1 Chinese traditional (not supported) */ |