S390: Restructure s390_push_dummy_call
[deliverable/binutils-gdb.git] / gdb / parser-defs.h
index 2ba6e056d46ccc44ad6e5026c6dfff1e2a9b8064..a377ec3b77d176c0a30eaff1bc3ef4b43b8af7eb 100644 (file)
@@ -1,6 +1,6 @@
 /* Parser definitions for GDB.
 
-   Copyright (C) 1986-2014 Free Software Foundation, Inc.
+   Copyright (C) 1986-2015 Free Software Foundation, Inc.
 
    Modified from expread.y by the Department of Computer Science at the
    State University of New York at Buffalo.
@@ -114,7 +114,7 @@ struct objc_class_str
   {
     struct stoken stoken;
     struct type *type;
-    int class;
+    int theclass;
   };
 
 typedef struct type *type_ptr;
This page took 0.027119 seconds and 4 git commands to generate.