merge from gcc
[deliverable/binutils-gdb.git] / libiberty / cp-demangle.c
index 5ee8a2b457c8e635b0a365f8e21cf468e50b2472..b61ff2c2c5737f186a384053da0f004cc70e5388 100644 (file)
@@ -1557,11 +1557,11 @@ demangle_operator_name (dm, short_name, num_args)
   struct operator_code
   {
     /* The mangled code for this operator.  */
-    const char *code;
+    const char *const code;
     /* The source name of this operator.  */
-    const char *name;
+    const char *const name;
     /* The number of arguments this operator takes.  */
-    int num_args;
+    const int num_args;
   };
 
   static const struct operator_code operators[] = 
This page took 0.023362 seconds and 4 git commands to generate.