e79389466a
included, instead of one possibly installed by other software such as gd. Remove "non-functional comments". Check WITHOUT_IPV6 in addition to NO_INET6. Suggested by: timur
9 lines
244 B
Text
9 lines
244 B
Text
--- src/LYCharSets.c Sun Dec 18 17:52:30 2005
|
|
+++ src/LYCharSets.c Mon Jul 2 16:10:40 2007
|
|
@@ -871,5 +871,5 @@
|
|
UCode_t HTMLGetEntityUCValue(const char *name)
|
|
{
|
|
-#include <entities.h>
|
|
+#include "chrtrans/entities.h"
|
|
|
|
UCode_t value = 0;
|