diff options
Diffstat (limited to 'source/compiler/aslcompiler.y')
-rw-r--r-- | source/compiler/aslcompiler.y | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/compiler/aslcompiler.y b/source/compiler/aslcompiler.y index 8f0a512e8539..94b6fa041b89 100644 --- a/source/compiler/aslcompiler.y +++ b/source/compiler/aslcompiler.y @@ -9,7 +9,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2019, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp. * All rights reserved. * * 2. License @@ -4843,6 +4843,7 @@ OptionalXferSize /* Local support functions in C */ + /****************************************************************************** * * Local support functions @@ -4917,3 +4918,4 @@ UtGetOpName ( return ("[Unknown parser generator]"); #endif } + |