~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to regex/reginit.c

  • Committer: Monty Taylor
  • Date: 2008-07-05 19:00:59 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705190059-3vfbd3ebpmzaw5e5
Fixed unsigned long int, format specifiers and functions. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#include <my_global.h>
4
4
#include <m_ctype.h>
5
5
#include <m_string.h>
6
 
#include "my_regex.h"
7
6
#include "cclass.h"
8
7
 
9
8
static my_bool regex_inited=0;