Difference between revisions of "Apertium on Windows/Ushort patch"

From Apertium
Jump to navigation Jump to search
(New page: --- lttoolbox/Node.H 2007-04-30 23:02:45.000000000 +0200 +++ lttoolbox/Node.H 2007-07-22 16:41:50.000000000 +0200 @@ -20,6 +20,11 @@ #ifndef _NODE_ #define _NODE_ + +#if !HAVE_DECL_USH...)
 
 
Line 1: Line 1:
  +
<pre>
 
--- lttoolbox/Node.H 2007-04-30 23:02:45.000000000 +0200
 
--- lttoolbox/Node.H 2007-04-30 23:02:45.000000000 +0200
 
+++ lttoolbox/Node.H 2007-07-22 16:41:50.000000000 +0200
 
+++ lttoolbox/Node.H 2007-07-22 16:41:50.000000000 +0200
Line 13: Line 14:
 
#include <list>
 
#include <list>
 
#include <map>
 
#include <map>
  +
</pre>

Latest revision as of 14:43, 22 July 2007

--- lttoolbox/Node.H	2007-04-30 23:02:45.000000000 +0200
+++ lttoolbox/Node.H	2007-07-22 16:41:50.000000000 +0200
@@ -20,6 +20,11 @@
 #ifndef _NODE_
 #define _NODE_
 
+
+#if !HAVE_DECL_USHORT
+typedef unsigned short int ushort;
+#endif
+
 #include <cstdlib>
 #include <list>
 #include <map>