diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-06-21 13:27:42 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-06-21 13:27:42 +0000 |
commit | 4bc2cd3f06652c1f3675fcf809c6638e57199182 (patch) | |
tree | 818004f23454aaee6a346f759f532dfb6cffa3d0 /gdb/jv-exp.y | |
parent | 8588f814f00dc208a1f7ddb26e9e64b71e2a6537 (diff) | |
download | gdb-4bc2cd3f06652c1f3675fcf809c6638e57199182.tar.gz |
import gdb-1999-06-21 snapshot
Diffstat (limited to 'gdb/jv-exp.y')
-rw-r--r-- | gdb/jv-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/jv-exp.y b/gdb/jv-exp.y index d17c4f3a8b9..be5b590a360 100644 --- a/gdb/jv-exp.y +++ b/gdb/jv-exp.y @@ -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 != '\'') |