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:
@@ -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
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
* Do we have the strXXX() functions?
|
||||
*/
|
||||
|
||||
#define HAVE_STRDUP 1
|
||||
/* #define HAVE_STRDUP 1 */
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -19,9 +19,6 @@
|
||||
-instfile=inc:hbmxml.ch
|
||||
-instfile=inc:hbmxml.hbx
|
||||
|
||||
# For strdup()
|
||||
-cflag=-std=gnu89{!lngcpp&allgcc}
|
||||
|
||||
hbmxml.hbx
|
||||
|
||||
core.c
|
||||
|
||||
Reference in New Issue
Block a user