import gdb-1999-06-21 snapshot
[deliverable/binutils-gdb.git] / gdb / jv-exp.y
index d17c4f3a8b94995b90f61d45d480458d1408192c..be5b590a36074ce65dbd30612da983dc9013a6c0 100644 (file)
@@ -899,7 +899,7 @@ yylex ()
        error ("Empty character constant.");
 
       yylval.typed_val_int.val = c;
-      yylval.typed_val_int.type = builtin_type_char;
+      yylval.typed_val_int.type = java_char_type;
 
       c = *lexptr++;
       if (c != '\'')
This page took 0.023591 seconds and 4 git commands to generate.