Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 104740 | Differences between
and this patch

Collapse All | Expand All

(-)dfa.c.orig (-1 lines)
Lines 122-128 Link Here
122
static void dfamust PARAMS ((struct dfa *dfa));
122
static void dfamust PARAMS ((struct dfa *dfa));
123
123
124
static ptr_t xcalloc PARAMS ((size_t n, size_t s));
124
static ptr_t xcalloc PARAMS ((size_t n, size_t s));
125
static ptr_t xmalloc PARAMS ((size_t n));
126
static ptr_t xrealloc PARAMS ((ptr_t p, size_t n));
125
static ptr_t xrealloc PARAMS ((ptr_t p, size_t n));
127
#ifdef DEBUG
126
#ifdef DEBUG
128
static void prtok PARAMS ((token t));
127
static void prtok PARAMS ((token t));

Return to bug 104740