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

Collapse All | Expand All

(-)ircd-hybrid-7.2.1.orig/src/lex.yy.c (-2 / +3 lines)
Lines 7-14 Link Here
7
7
8
#if defined(__FreeBSD__)
8
#if defined(__FreeBSD__)
9
#include <sys/cdefs.h>
9
#include <sys/cdefs.h>
10
#define REALLOC_SUFFIX __unused
10
#else
11
#else
11
#define __unused
12
#define REALLOC_SUFFIX
12
#endif
13
#endif
13
14
14
#define FLEX_SCANNER
15
#define FLEX_SCANNER
Lines 247-253 Link Here
247
YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
248
YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
248
249
249
static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
250
static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
250
static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t )) __unused;
251
static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t )) REALLOC_SUFFIX;
251
static void yy_flex_free YY_PROTO(( void * ));
252
static void yy_flex_free YY_PROTO(( void * ));
252
253
253
#define yy_new_buffer yy_create_buffer
254
#define yy_new_buffer yy_create_buffer

Return to bug 105258