* NEWS: Add info macros and info definitions commands.
[deliverable/binutils-gdb.git] / gdb / defs.h
index c637a096a60c972fbadadc0ddb2a0987d7256619..71b7cd291d6f0697835e0557bd6f554f8c52e04a 100644 (file)
@@ -271,9 +271,10 @@ struct cleanup
     void *arg;
   };
 
-/* vec.h-style vectors of strings want a typedef for char * .  */
+/* vec.h-style vectors of strings want a typedef for char * or const char *.  */
 
 typedef char * char_ptr;
+typedef const char * const_char_ptr;
 
 /* Needed for various prototypes */
 
This page took 0.026098 seconds and 4 git commands to generate.