* c-exp.y (exp:STRING): Convert C strings into array-of-char
[deliverable/binutils-gdb.git] / gdb / typeprint.c
index d82265b71e4eb8da20ef86c05112fedfbecad96f..fdd954b0fea8a0b28260e30206cdcc907ad7ec14 100644 (file)
@@ -232,7 +232,7 @@ print_type_scalar (type, val, stream)
     case TYPE_CODE_VOID:
     case TYPE_CODE_SET:
     case TYPE_CODE_RANGE:
-    case TYPE_CODE_PASCAL_ARRAY:
+    case TYPE_CODE_STRING:
     case TYPE_CODE_ERROR:
     case TYPE_CODE_MEMBER:
     case TYPE_CODE_METHOD:
This page took 0.023533 seconds and 4 git commands to generate.