Unbreak build when FC_ARCHITECTURE is defined
This commit is contained in:
parent
1fbb0b3b15
commit
a603be89cd
|
@ -27,14 +27,14 @@
|
|||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "fcint.h"
|
||||
|
||||
/* If architecture is hardcoded, skip the assert tests */
|
||||
|
||||
#ifndef FC_ARCHITECTURE
|
||||
|
||||
/* Make sure the cache structure is consistent with what we expect */
|
||||
|
||||
#include "fcint.h"
|
||||
|
||||
#include "fcarch.h"
|
||||
|
||||
FC_ASSERT_STATIC (1 == sizeof (char));
|
||||
|
|
Loading…
Reference in New Issue