lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] minor patch for src/LYCharSets.c


From: Thomas Dickey
Subject: Re: [Lynx-dev] minor patch for src/LYCharSets.c
Date: Mon, 2 Jul 2007 18:27:30 -0400 (EDT)

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
address@hidden
http://lists.nongnu.org/mailman/listinfo/lynx-dev


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]