~ubuntu-branches/ubuntu/hardy/php5/hardy-updates

« back to all changes in this revision

Viewing changes to regex/debug.ih

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-10-09 03:14:32 UTC
  • Revision ID: james.westby@ubuntu.com-20051009031432-kspik3lobxstafv9
Tags: upstream-5.0.5
ImportĀ upstreamĀ versionĀ 5.0.5

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(regex_t *r, FILE *d);
 
8
static void s_print(register struct re_guts *g, FILE *d);
 
9
static char *regchar(int ch);
 
10
 
 
11
#ifdef __cplusplus
 
12
}
 
13
#endif
 
14
/* ========= end header generated by ./mkh ========= */