Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 5644892600929ef6e93c5cd1971e1a5e > files > 8

llvm-3.3-0.4.rc2.fc18.src.rpm

#include <bits/wordsize.h>

#if __WORDSIZE == 32
#include "config-32.h"
#elif __WORDSIZE == 64
#include "config-64.h"
#else
#error "Unknown word size"
#endif