mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
ctype-win1250ch.c:
ifdef wrong structure has been fixed
This commit is contained in:
parent
7ffcf6f64a
commit
6b1793d2aa
1 changed files with 7 additions and 6 deletions
|
|
@ -45,6 +45,13 @@
|
|||
#include "m_string.h"
|
||||
#include "m_ctype.h"
|
||||
|
||||
#else
|
||||
|
||||
#include <stdio.h>
|
||||
#define uchar unsigned char
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHARSET_cp1250
|
||||
|
||||
|
||||
|
|
@ -253,12 +260,6 @@ static uchar NEAR to_upper_win1250ch[] = {
|
|||
0xd8, 0xd9, 0xda, 0xdb, 0xdc, 0xdd, 0xde, 0xff
|
||||
};
|
||||
|
||||
#else
|
||||
|
||||
#include <stdio.h>
|
||||
#define uchar unsigned char
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
static uchar NEAR sort_order_win1250ch[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue