Fix Type info bug for 'llvm bool'

This commit is contained in:
gingerBill
2017-12-23 09:06:49 +00:00
parent 423775d50e
commit 4f12c118a5
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
/* gb.h - v0.31 - Ginger Bill's C Helper Library - public domain
/* gb.h - v0.32 - Ginger Bill's C Helper Library - public domain
- no warranty implied; use at your own risk
This is a single header file with a bunch of useful stuff
@@ -58,6 +58,7 @@ TODOS
- More date & time functions
VERSION HISTORY
0.32 - Minor fixes
0.31 - Add gb_file_remove
0.30 - Changes to gbThread (and gbMutex on Windows)
0.29 - Add extras for gbString