diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-01-30 13:52:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-01-30 13:52:03 +0100 |
commit | f8569cd9a28a3a8856dba4ad53218aa6cc073521 (patch) | |
tree | 6e0ee8a399bd09021f0d5832817e262671c0fe4d | |
parent | eb7ccf863ce3e8f15e04f704bd90afa44faaaade (diff) |
UNO constants cannot be of CHAR type
Change-Id: I13f2f1d38b99a5eb1d10f40c524894e37a47f7e2
-rw-r--r-- | idlc/source/parser.y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/idlc/source/parser.y b/idlc/source/parser.y index 629c2f23ea84..3da099ce8b7a 100644 --- a/idlc/source/parser.y +++ b/idlc/source/parser.y @@ -1508,7 +1508,6 @@ positive_int_expr : const_type : integer_type - | char_type | byte_type | boolean_type | floating_pt_type |