2007-11-13 Till Straumann <strauman@slac.stanford.edu>

* shared/src/cache_.h: include <libcpu/cache.h> only
	#ifdef _OLD_EXCEPTIONS - no need for <libcpu/cache.h>
	otherwise.
This commit is contained in:
Till Straumann
2007-11-14 00:40:20 +00:00
parent b472166df6
commit a10c721462
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2007-11-13 Till Straumann <strauman@slac.stanford.edu>
* shared/src/cache_.h: include <libcpu/cache.h> only
#ifdef _OLD_EXCEPTIONS - no need for <libcpu/cache.h>
otherwise.
2007-11-13 Till Straumann <strauman@slac.stanford.edu>
* shared/include/byteorder.h: fixed wrong pointer-type

View File

@@ -29,7 +29,10 @@
#endif
#endif
#ifdef _OLD_EXCEPTIONS
#include <libcpu/cache.h>
#endif
#endif
/* end of include file */