tstellar / rpms / clang

Forked from rpms/clang 6 years ago
Clone
4a6eb83
#include <bits/wordsize.h>
4a6eb83
4a6eb83
#if __WORDSIZE == 32
4a6eb83
#include "config-32.h"
4a6eb83
#elif __WORDSIZE == 64
4a6eb83
#include "config-64.h"
4a6eb83
#else
4a6eb83
#error "Unknown word size"
4a6eb83
#endif