mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
14 lines
452 B
C
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
|
|
{
|