Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 01215d6

Browse files
committed
Fix bogus macro definition.
Per buildfarm complaints.
1 parent 1c7a7fa commit 01215d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/mb/pg_wchar.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ typedef unsigned int pg_wchar;
128128
#define LC_JISX0212 0x94 /* Japanese Kanji (JIS X 0212) */
129129
#define LC_CNS11643_1 0x95 /* CNS 11643-1992 Plane 1 */
130130
#define LC_CNS11643_2 0x96 /* CNS 11643-1992 Plane 2 */
131-
#define LC_JISX0213-1 0x97 /* Japanese Kanji (JIS X 0213 Plane 1) (not supported) */
131+
#define LC_JISX0213_1 0x97 /* Japanese Kanji (JIS X 0213 Plane 1) (not supported) */
132132
#define LC_BIG5_1 0x98 /* Plane 1 Chinese traditional (not supported) */
133133
#define LC_BIG5_2 0x99 /* Plane 1 Chinese traditional (not supported) */
134134

0 commit comments

Comments
 (0)