Commit 7c2c03b9 authored by unknown's avatar unknown

ctype-win1250ch.c:

  ifdef wrong structure has been fixed


strings/ctype-win1250ch.c:
  ifdef wrong structure has been fixed
parent eced1c93
......@@ -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[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment