Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6459 → Rev 6460

/programs/develop/ktcc/trunk/source/tcc.h
348,6 → 348,11
/* -------------------------------------------- */
/* include the target specific definitions */
 
#ifdef TCC_TARGET_COFF
# include "coff.h"
#endif
 
 
#define TARGET_DEFS_ONLY
#ifdef TCC_TARGET_I386
# include "i386-gen.c"
362,7 → 367,6
# include "arm64-gen.c"
#endif
#ifdef TCC_TARGET_C67
# include "coff.h"
# include "c67-gen.c"
#endif
#undef TARGET_DEFS_ONLY