On Mon, 2 Jul 2007, Mikhail T. wrote:

Hello!

This is a minor patch, which makes sure, the correct entities.h is included. The file-name is common, and, depending on what else is installed on the building machine, a wrong file may be included -- as just happened on my machine. The patch makes the include more explicit:

I thought I addressed that in dev.5 (with the include-ordering).


--- 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;

Please, include it in the next (pre-)release. Thank you,

  -mi


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to