~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/string.c

Moved m_ctype, m_string and my_bitmap. Removed t_ctype.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
*/
21
21
 
22
22
#include "mysys_priv.h"
23
 
#include <m_string.h>
 
23
#include <mystrings/m_string.h>
24
24
 
25
25
bool init_dynamic_string(DYNAMIC_STRING *str, const char *init_str,
26
26
                            size_t init_alloc, size_t alloc_increment)