2011-04-20 13:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbmxml/hbmxml.hbp
  * contrib/hbmxml/3rd/minixml/mxml.hbp
  * contrib/hbmxml/3rd/minixml/config.h
    + Disabled HAVE_STRDUP so now it's using its own implementation
      and it's ANSI C89 compliant.
This commit is contained in:
Viktor Szakats
2011-04-20 11:19:33 +00:00
parent 609bc45771
commit 0d53430d2c
4 changed files with 8 additions and 7 deletions

View File

@@ -16,6 +16,13 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-04-20 13:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmxml/hbmxml.hbp
* contrib/hbmxml/3rd/minixml/mxml.hbp
* contrib/hbmxml/3rd/minixml/config.h
+ Disabled HAVE_STRDUP so now it's using its own implementation
and it's ANSI C89 compliant.
2011-04-20 13:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmxml/hbmxml.hbp
* contrib/hbmxml/3rd/minixml/mxml.hbp

View File

@@ -69,7 +69,7 @@
* Do we have the strXXX() functions?
*/
#define HAVE_STRDUP 1
/* #define HAVE_STRDUP 1 */
/*

View File

@@ -16,9 +16,6 @@
{win}-cflag=-DWIN32 -DWIN
{win|dos|os2}-cflag=-D_EOL_CRLF
# For strdup()
-cflag=-std=gnu89{!lngcpp&allgcc}
mxml_att.c
mxml_ent.c
mxml_fil.c

View File

@@ -19,9 +19,6 @@
-instfile=inc:hbmxml.ch
-instfile=inc:hbmxml.hbx
# For strdup()
-cflag=-std=gnu89{!lngcpp&allgcc}
hbmxml.hbx
core.c