mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
ctype-win1250ch.c:
ifdef wrong structure has been fixed strings/ctype-win1250ch.c: ifdef wrong structure has been fixed
This commit is contained in:
parent
1328c29e94
commit
af512c8d8c
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
Reference in a new issue