Merge pull request #173 from lailton/master

2018-06-04 01:30 UTC-0300 Lailton Fernando Mariano (lailton/at/harbour.com.br)
  * contrib/hbexpat/3rd/expat/xmltok.c
    ! fixed compiler error for BCC <= 5.8.2
This commit is contained in:
Phil Krylov
2018-06-04 14:12:19 +03:00
committed by GitHub
3 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
Entries may not always be in chronological/commit order.
See license at the end of file. */
2018-06-04 01:30 UTC-0300 Lailton Fernando Mariano (lailton/at/harbour.com.br)
* contrib/hbexpat/3rd/expat/xmltok.c
! fixed compiler error for BCC <= 5.8.2
2018-06-01 00:25 UTC+0300 Phil Krylov (phil a t newstar.rinet.ru)
* src/rtl/trim.c
! Fixed HB_SIZE format specifier in HB_TRACE format string.

2
contrib/hbexpat/3rd/expat/xmltok.c Normal file → Executable file
View File

@@ -33,7 +33,7 @@
#include <stddef.h>
#include <string.h> /* memcpy */
#if defined(_MSC_VER) && (_MSC_VER <= 1700)
#if ( defined(_MSC_VER) && (_MSC_VER <= 1700) ) || ( defined( __BORLANDC__ ) && __BORLANDC__ <= 0x582 )
/* for vs2012/11.0/1700 and earlier Visual Studio compilers */
# define bool int
# define false 0

1
src/compiler/hbusage.c Normal file → Executable file
View File

@@ -209,6 +209,7 @@ void hb_compPrintCredits( HB_COMP_DECL )
"Jose Lalin (dezac corevia.com)\n"
"Klas Engwall (harbour engwall.com)\n"
"Kwon, Oh-Chul (ohchul fivetech.net)\n"
"Lailton Fernando Mariano (lailton harbour.com.br)\n"
"Leslee Griffith (les.griffith vantagesystems.ca)\n"
"Lorenzo Fiorini (lorenzo.fiorini gmail com)\n"
"Luis Krause Mantilla (lkrausem shaw.ca)\n"