Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 46233
Collapse All | Expand All

(-)byacc-1.9/defs.h.busted (-8 / +2 lines)
Lines 1-7 Link Here
1
#include <assert.h>
1
#include <assert.h>
2
#include <ctype.h>
2
#include <ctype.h>
3
#include <stdio.h>
3
#include <stdio.h>
4
4
#include <string.h>
5
#include <stdlib.h>
5
6
6
/*  machine-dependent definitions			*/
7
/*  machine-dependent definitions			*/
7
/*  the following definitions are for the Tahoe		*/
8
/*  the following definitions are for the Tahoe		*/
Lines 280-289 Link Here
280
extern int errno;
281
extern int errno;
281
282
282
283
283
/* system functions */
284
285
extern void free();
286
extern char *calloc();
287
extern char *malloc();
288
extern char *realloc();
289
extern char *strcpy();

Return to bug 46233