View | Details | Raw Unified
Collapse All | Expand All

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