Sophie

Sophie

distrib > Fedora > 19 > x86_64 > by-pkgid > 0aa69afe32cf93ab05c6d4647ab0964a > files > 5

grass-6.4.3-5.fc19.src.rpm

#include <bits/wordsize.h>

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