blob: feae00305ad6c1a57c1cc8b967ee58343a0c2c13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
http://bugs.motifzone.net/showattachment.cgi?attach_id=259
http://bugs.motifzone.net/long_list.cgi?buglist=1479
--- openmotif-2.3.2.org/clients/uil/UilDefI.h 2004-11-18 08:54:32.000000000 +0000
+++ openmotif-2.3.2/clients/uil/UilDefI.h 2009-11-08 13:24:29.000000000 +0000
@@ -283,7 +283,7 @@
#include "UilIODef.h"
#include "UilDiagDef.h"
#include "UilSarDef.h"
-#if defined(linux)
+#if defined(linux) || defined(__APPLE__)
#define YYSTYPE yystype
#endif
#include "UilLexPars.h"
|