1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index a95f44d9f581beb5bd63935b61bc33b1b9bb8880..7a9c6bec0d68f1cfb72c19fe6eef669989c8df46 100644 (file)
@@ -468,9 +468,6 @@ c_value_print (val, stream, format, pretty)
     {
       /* Hack:  remove (char *) for char strings.  Their
         type is indicated by the quoted string anyway. */
-      /* Hack^2: ensure that const char *, const unsigned char *
-         come out without the type but the volatile variants
-         and the signed variants don't. */
       if (TYPE_CODE (type) == TYPE_CODE_PTR &&
          TYPE_NAME (type) == NULL &&
          TYPE_NAME (TYPE_TARGET_TYPE (type)) != NULL &&
This page took 0.022587 seconds and 4 git commands to generate.