[INTERPRETER]

* BUG: Define "__STDC_FORMAT_MACROS" macro in 'gb_common.h', so that C++ source files using '<inttypes.h>' compile even with old gcc versions.


git-svn-id: svn://localhost/gambas/trunk@7891 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2016-09-05 15:55:03 +00:00
parent d6c673e911
commit 236a3a191e

View file

@ -33,6 +33,7 @@
#define _FILE_OFFSET_BITS 64
#define __STDC_FORMAT_MACROS 1
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
#define __USE_ISOC99 1