2001-09-20 Michael Snyder <msnyder@redhat.com>
[binutils-gdb.git] / gdb / parser-defs.h
index cf8539965d12e0d82ced4a0e78b1aed304b75239..bd7fb39e4b724c91187c75700dda6e147b1ea06d 100644 (file)
@@ -84,7 +84,13 @@ struct symtoken
    An array should be preceded in the list by the size of the array.  */
 enum type_pieces
   {
-    tp_end = -1, tp_pointer, tp_reference, tp_array, tp_function
+    tp_end = -1, 
+    tp_pointer, 
+    tp_reference, 
+    tp_array, 
+    tp_function, 
+    tp_const, 
+    tp_volatile
   };
 /* The stack can contain either an enum type_pieces or an int.  */
 union type_stack_elt