[LIBA] bool already exists in C++

This commit is contained in:
Romain Goyet
2015-09-01 22:58:28 +02:00
parent eab6b117e7
commit 5c95ee85cb

View File

@@ -1,6 +1,8 @@
#ifndef LIBA_STDBOOL_H
#define LIBA_STDBOOL_H
#ifndef __cplusplus
typedef char bool;
#endif
#endif