gnulib: define the path to gnulib's parent dir
[binutils-gdb.git] / gdbserver / ax.cc
index 588ea61089af44e28a6b12656222e4c00e5ae862..a217a3d3dadd9b9858fc84fb2985784f07ceab98 100644 (file)
@@ -1,5 +1,5 @@
 /* Agent expression code for remote server.
-   Copyright (C) 2009-2020 Free Software Foundation, Inc.
+   Copyright (C) 2009-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -146,7 +146,7 @@ CORE_ADDR current_insn_ptr;
 
 int emit_error;
 
-struct bytecode_address
+static struct bytecode_address
 {
   int pc;
   CORE_ADDR address;