$NetBSD: patch-aa,v 1.1 2003/02/04 02:42:21 dmcmahill Exp $ --- src/parser_misc.h.orig Mon Nov 4 19:20:08 2002 +++ src/parser_misc.h Mon Feb 3 21:19:22 2003 @@ -23,4 +23,9 @@ #define YYLTYPE struct vlltype + +/* This for compatibility with new and older bison versions. */ +#ifndef yylloc +# define yylloc VLlloc +#endif extern YYLTYPE yylloc;