diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-01-10 18:46:46 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-01-10 18:46:46 +0000 |
commit | 8bf5cb5c35eaf503e388d960914add6a539c1e06 (patch) | |
tree | 2e9b847e66808dd777afd6bbe9af1e2248e9d934 /source/compiler/aslcompiler.y | |
parent | 856462eaaec9052a60d62b66076257e7fad337c7 (diff) |
Notes
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 } + |