Apertium on Windows/Ushort patch

From Apertium
< Apertium on Windows
Revision as of 14:43, 22 July 2007 by Xavivars (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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