blob: bc7c9952ffaa3eacb23eec3dcf70ae9488d249fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- libaegis/meta_lex.cc.orig 2020-06-17 18:16:18.858528000 -0400
+++ libaegis/meta_lex.cc 2020-06-17 18:16:45.666339000 -0400
@@ -1,6 +1,7 @@
//
// aegis - project change supervisor
// Copyright (C) 1991-1996, 1998, 1999, 2001-2008, 2010, 2012 Peter Miller
+// Copyright (C) 2020 Aryeh M. Friedman
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -46,7 +47,7 @@
static input source;
static int error_count;
-extern gram_STYPE gram_lval;
+extern GRAM_STYPE gram_lval;
static nstring_accumulator buffer;
|