S/390: Add missing operand to tb instruction
[deliverable/binutils-gdb.git] / gdb / ax.h
index 85d294352a8275e2ba1566d917c608540b7bdc98..621ba176bd29ab7c16aa992c5a48bfac3b567ebd 100644 (file)
--- a/gdb/ax.h
+++ b/gdb/ax.h
@@ -1,5 +1,5 @@
 /* Definitions for expressions designed to be executed on the agent
-   Copyright (C) 1998-2016 Free Software Foundation, Inc.
+   Copyright (C) 1998-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -168,7 +168,7 @@ struct agent_expr
   };
 
 /* An agent_expr owning pointer.  */
-typedef gdb::unique_ptr<agent_expr> agent_expr_up;
+typedef std::unique_ptr<agent_expr> agent_expr_up;
 
 /* The actual values of the various bytecode operations.  */
 
This page took 0.083703 seconds and 4 git commands to generate.