Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9781 → Rev 9782

/programs/develop/ktcc/trunk/source/tccgen.c
6316,7 → 6316,7
 
if (ad.a.weak)
type.t |= VT_WEAK;
#ifdef TCC_TARGET_PE
#if defined(TCC_TARGET_PE) || defined(TCC_TARGET_KX)
if (ad.a.func_import)
type.t |= VT_IMPORT;
if (ad.a.func_export)