Minor changes: gave double def of __ctype with gcc on solaris 2

This commit is contained in:
ceriel 1993-11-12 15:16:08 +00:00
parent 501da70526
commit 332b6cb337
4 changed files with 1 additions and 8 deletions

View file

@ -13,7 +13,6 @@ static char rcsid[]="$Header$";
#include <stdio.h>
#include <assert.h>
#include <ctype.h>
#include <em_spec.h>
#include <em_flag.h>
#include <em_reg.h>

View file

@ -55,12 +55,6 @@ typedef char * string;
extern char *myalloc();
#if __STDC__
#include <stdlib.h>
#else
extern char *malloc();
#endif
#include <cg_pattern.h>
typedef struct list1str {

View file

@ -14,7 +14,6 @@ static char rcsid2[]="$Header$";
#include <stdio.h>
#include <assert.h>
#include <ctype.h>
#include <em_spec.h>
#include <em_flag.h>
#include <em_reg.h>

View file

@ -8,6 +8,7 @@
#include "booth.h"
extern char *strncpy(), *strcpy();
extern char *malloc();
#ifndef __STDC__
extern char *sprintf();
#else