• R/O
  • SSH

libctools: Commit

This library contains code that extends and simplifies different operations
for C language based programs.


Commit MetaInfo

Revision5efcb16d959f3f440ce3d38cb6648cdb5d714bd8 (tree)
Zeit2022-10-04 21:18:12
AutorSergey Gusarov <laborer2008@gmai...>
CommiterSergey Gusarov

Log Message

Fixed bcc compile error

Ändern Zusammenfassung

Diff

diff -r 957a3d1e5ad2 -r 5efcb16d959f include/ctools/std/inttypes.h
--- a/include/ctools/std/inttypes.h Tue Oct 04 08:01:17 2022 +0300
+++ b/include/ctools/std/inttypes.h Tue Oct 04 15:18:12 2022 +0300
@@ -24,6 +24,10 @@
2424 // Emulate msvc here.
2525 # define _MSC_VER 999
2626
27+# ifdef CT_COMPL_BCC
28+# define _inline __inline
29+# endif
30+
2731 # include "ctools/std/stdint.h"
2832
2933 CT_BEGIN_EXTERNAL_HEADERS
@@ -31,6 +35,10 @@
3135 CT_END_EXTERNAL_HEADERS
3236
3337 # undef _MSC_VER
38+
39+# ifdef CT_COMPL_BCC
40+# undef _inline
41+# endif
3442 #else
3543
3644 CT_BEGIN_EXTERNAL_HEADERS
Show on old repository browser