Fix segfault in related to weak-hash-check on CPU devices

Move typedef for bool datatype to common.h
This commit is contained in:
Jens Steube
2016-01-12 17:18:01 +01:00
parent 54ed58e28b
commit 0ff49c5b44
4 changed files with 6 additions and 11 deletions
-2
View File
@@ -1904,8 +1904,6 @@ void hc_signal (void c (int));
#endif
typedef int bool;
bool class_num (char c);
bool class_lower (char c);
bool class_upper (char c);