diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-06-21 13:27:42 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-06-21 13:27:42 +0000 |
commit | 9e0b60a847e443d0120ddd61a479e25ae8fcb83d (patch) | |
tree | e90e7c759d41943a9c008cc4fd49fc613dc4ce8d /gdb/jv-exp.y | |
parent | a8e53fb060baeebbf81fa5c0462effe814dfa1c5 (diff) | |
download | gdb-9e0b60a847e443d0120ddd61a479e25ae8fcb83d.zip gdb-9e0b60a847e443d0120ddd61a479e25ae8fcb83d.tar.gz gdb-9e0b60a847e443d0120ddd61a479e25ae8fcb83d.tar.bz2 |
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 d17c4f3..be5b590 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 != '\'') |