From 0de95730ad2991479f44ea4afe83e8861c9c3ca0 Mon Sep 17 00:00:00 2001 From: grischka Date: Sun, 20 Dec 2009 20:33:41 +0100 Subject: build from multiple objects: fix other targets --- tcccoff.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tcccoff.c') diff --git a/tcccoff.c b/tcccoff.c index 0ab9ace..1ace3b2 100644 --- a/tcccoff.c +++ b/tcccoff.c @@ -20,7 +20,6 @@ */ #include "tcc.h" -#include "coff.h" #define MAXNSCNS 255 /* MAXIMUM NUMBER OF SECTIONS */ #define MAX_STR_TABLE 1000000 @@ -869,7 +868,7 @@ Section *FindSection(TCCState * s1, const char *sname) return 0; } -int tcc_load_coff(TCCState * s1, int fd) +ST_FUNC int tcc_load_coff(TCCState * s1, int fd) { // tktk TokenSym *ts; -- cgit v1.3.1