pkgsrc/x11/openmotif/patches/patch-bp

19 lines
414 B
Text
Raw Normal View History

2011-11-27 15:17:40 +01:00
$NetBSD: patch-bp,v 1.1 2011/11/27 14:17:41 drochner Exp $
--- tools/wml/UilLexPars.h.orig 2009-10-22 11:54:44.000000000 +0000
+++ tools/wml/UilLexPars.h
@@ -278,6 +278,7 @@
+#if 0
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef int YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
@@ -286,4 +287,4 @@ typedef int YYSTYPE;
#endif
extern YYSTYPE yylval;
-
+#endif