~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to regex/debug.ih

  • Committer: Monty Taylor
  • Date: 2008-07-05 22:08:52 UTC
  • mto: This revision was merged to the branch mainline in revision 77.
  • Revision ID: monty@inaugust.com-20080705220852-cqd9t6tfkhvlcf73
Removed HAVE_LONG_LONG, as this is now assumed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* ========= begin header generated by ./mkh ========= */
 
2
#ifdef __cplusplus
 
3
extern "C" {
 
4
#endif
 
5
 
 
6
/* === debug.c === */
 
7
void regprint(my_regex_t *r, FILE *d);
 
8
static void s_print(CHARSET_INFO *charset, register struct re_guts *g, FILE *d);
 
9
static char *regchar(CHARSET_INFO *charset, int ch,char *buf);
 
10
 
 
11
#ifdef __cplusplus
 
12
}
 
13
#endif
 
14
/* ========= end header generated by ./mkh ========= */