Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8156 → Rev 8157

/programs/develop/ktcc/trunk/source/tcc.h
871,6 → 871,7
int do_bench; /* option -bench */
int gen_deps; /* option -MD */
char *deps_outfile; /* option -MF */
int nobss; /* option -nobss, omit BSS section (KolibriOS-only) */
ParseArgsState *parse_args_state;
};