1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Netware specific changes.

This commit is contained in:
jani@a193-229-222-105.elisa-laajakaista.fi
2005-12-14 01:21:56 +02:00
parent 4ac4020f6d
commit 96f8db34a5
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
#define NOT_FIXED_DEC 31
#endif
#define STRING_WITH_LEN(X) ((char*) X), (sizeof(X)-1)
#define STRING_WITH_LEN(X) ((const char*) X), ((uint) (sizeof(X) - 1))
class String;
int sortcmp(const String *a,const String *b, CHARSET_INFO *cs);