femtolisp/llt/config.h

16 lines
150 B
C
Raw Normal View History

2008-06-30 21:53:51 -04:00
#ifndef __CONFIG_H_
#define __CONFIG_H_
#define LINUX
#undef WIN32
#undef BITS64
#define ARCH_X86
#undef ARCH_X86_64
#define __CPU__ 586
#endif