#ifndef FASTPASS
#define FASTPASS     1 /* don't scan full source if pass > 1  */
#endif

#define __FULLSRCPATH	/* Use full or relative path (as given) */
#ifdef FASTPASS
#define __FIXLABELS	/* label: func(foo) fix */
/*
 * This is currently experimental
 */
#define __EXPANDHLL	/* expand .elsif and .while func(foo) */
#define __HLLPROCS	/* expand .hll foo (remove func(...) in hll) */
#define __USECSTRINGS	/* expand "CString\n" in invoke */
#endif
/*
 * none-masm compatible updates (include fix for -Zg)
 */
#define __UNTILCXZ	/* replace <loop> with <dec ecx, jnz> */
#define __TESTREGREG	/* replace <and/or reg,reg> with <test reg,reg> */
