header file ordering change
This is groundwork for some other changes. Include integer.h ahead of global.h in config.h.
This commit is contained in:
@@ -648,6 +648,7 @@ typedef unsigned char uchar;
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include "integer.h"
|
||||
#include "global.h" /* Define everything else according to choices above */
|
||||
|
||||
#endif /* CONFIG_H */
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
/* CC0 (Public domain) - see http://creativecommons.org/publicdomain/zero/1.0/ for details */
|
||||
#if !defined(_isaac64_H)
|
||||
# define _isaac64_H (1)
|
||||
# include <integer.h>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user