pkgsrc-ng/lang/picoc/patches/patch-lex.c
2014-11-05 12:41:07 +01:00

14 lines
452 B
C

$NetBSD: patch-lex.c,v 1.1 2013/12/17 23:23:38 joerg Exp $
--- lex.c.orig 2013-12-15 18:41:56.000000000 +0000
+++ lex.c
@@ -26,7 +26,7 @@
#define MAX_CHAR_VALUE 255 /* maximum value which can be represented by a "char" data type */
static union AnyValue LexAnyValue;
-static struct Value LexValue = { TypeVoid, &LexAnyValue, FALSE, FALSE };
+static struct Value LexValue = { &VoidType, &LexAnyValue, FALSE, FALSE };
struct ReservedWord
{