Fix warnings on FreeBSD

This commit is contained in:
Ulrich Wilkens
2018-06-01 03:55:10 +02:00
committed by Jon Trulson
parent 885b65a09a
commit 297b6bd845
65 changed files with 342 additions and 269 deletions

View File

@@ -30,6 +30,9 @@
#define M_ENDTAG 3
#define M_MD 4
#define M_MS 5
#ifdef M_PI
#undef M_PI
#endif
#define M_PI 6
#define M_CDATAENT 7
#define M_SDATA 8

View File

@@ -30,6 +30,9 @@
#define M_ENDTAG 3
#define M_MD 4
#define M_MS 5
#ifdef M_PI
#undef M_PI
#endif
#define M_PI 6
#define M_CDATAENT 7
#define M_SDATA 8

View File

@@ -30,6 +30,9 @@
#define M_ENDTAG 3
#define M_MD 4
#define M_MS 5
#ifdef M_PI
#undef M_PI
#endif
#define M_PI 6
#define M_CDATAENT 7
#define M_SDATA 8