19 lines
619 B
Text
19 lines
619 B
Text
--- 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;
|
|
|
|
|