move stdbool.h to top level
This commit is contained in:
parent
8d564af139
commit
80b597cfbf
1 changed files with 1 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
#ifndef HAMMER_INTERNAL__NO_STDARG_H
|
#ifndef HAMMER_INTERNAL__NO_STDARG_H
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#endif // HAMMER_INTERNAL__NO_STDARG_H
|
#endif // HAMMER_INTERNAL__NO_STDARG_H
|
||||||
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "allocator.h"
|
#include "allocator.h"
|
||||||
|
|
@ -34,7 +35,6 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
#include <stdbool.h>
|
|
||||||
//#ifndef HAMMER_INTERNAL__NO_STDARG_H
|
//#ifndef HAMMER_INTERNAL__NO_STDARG_H
|
||||||
//typedef int bool;
|
//typedef int bool;
|
||||||
//#endif // HAMMER_INTERNAL__NO_STDARG_H
|
//#endif // HAMMER_INTERNAL__NO_STDARG_H
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue