1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/textproc/openjade/files/patch-aa
Jun Kuriyama 9588d7bd91 Object-oriented SGML/XML parser toolkit and DSSSL engine: OpenJade
OpenJade is more active developped version of Jade.

Repo. copied by:	PW
2000-05-19 06:27:08 +00:00

17 lines
339 B
Plaintext

--- style/LangObj.cxx~ Fri Jul 2 07:49:58 1999
+++ style/LangObj.cxx Tue May 16 12:59:00 2000
@@ -12,11 +12,11 @@
#include <string.h>
#include <ctype.h>
#include <string.h>
-#include <wchar.h>
-#include <wctype.h>
#ifdef SP_HAVE_LOCALE
#include <locale.h>
+#include <wchar.h>
+#include <wctype.h>
#endif
#ifdef DSSSL_NAMESPACE