diff -urk.orig openMotif-2.2.3.orig/clients/uil/UilDefI.h openMotif-2.2.3/clients/uil/UilDefI.h --- openMotif-2.2.3.orig/clients/uil/UilDefI.h 2003-08-15 21:15:05 +0400 +++ openMotif-2.2.3/clients/uil/UilDefI.h 2004-05-05 22:04:41 +0400 @@ -277,6 +277,9 @@ ** Common includes needed by most modules ** */ +#ifdef VERSION +# undef VERSION +#endif #include "Uil.h" #include "UilDBDef.h" /* for binary database */ #include "UilMess.h" diff -urk.orig openMotif-2.2.3.orig/demos/lib/Exm/wml/wmldbcreate.c openMotif-2.2.3/demos/lib/Exm/wml/wmldbcreate.c --- openMotif-2.2.3.orig/demos/lib/Exm/wml/wmldbcreate.c 2002-02-05 19:48:30 +0300 +++ openMotif-2.2.3/demos/lib/Exm/wml/wmldbcreate.c 2004-05-05 22:03:57 +0400 @@ -84,6 +84,9 @@ */ +#ifdef VERSION +# undef VERSION +#endif #include "UilDBDef.h" #include "UilLexPars.h" diff -urk.orig openMotif-2.2.3.orig/tools/wml/wmldbcreate.c openMotif-2.2.3/tools/wml/wmldbcreate.c --- openMotif-2.2.3.orig/tools/wml/wmldbcreate.c 2003-10-09 01:07:48 +0400 +++ openMotif-2.2.3/tools/wml/wmldbcreate.c 2004-05-05 22:04:23 +0400 @@ -86,6 +86,9 @@ */ +#ifdef VERSION +# undef VERSION +#endif #include "UilDBDef.h" #include "UilLexPars.h"