diff options
| author | grischka <grischka> | 2009-12-20 20:33:41 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2009-12-20 20:33:41 +0100 |
| commit | 0de95730ad2991479f44ea4afe83e8861c9c3ca0 (patch) | |
| tree | 4341faa8c797475938d8356981a913b37e3ef9bd /tcccoff.c | |
| parent | b54862406e186386f08b4d95fd3fc7686ef51463 (diff) | |
| download | tinycc-0de95730ad2991479f44ea4afe83e8861c9c3ca0.tar.gz tinycc-0de95730ad2991479f44ea4afe83e8861c9c3ca0.tar.bz2 | |
build from multiple objects: fix other targets
Diffstat (limited to 'tcccoff.c')
| -rw-r--r-- | tcccoff.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |
