summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-01-30 13:52:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-01-30 13:52:03 +0100
commitf8569cd9a28a3a8856dba4ad53218aa6cc073521 (patch)
tree6e0ee8a399bd09021f0d5832817e262671c0fe4d /idlc
parenteb7ccf863ce3e8f15e04f704bd90afa44faaaade (diff)
UNO constants cannot be of CHAR type
Change-Id: I13f2f1d38b99a5eb1d10f40c524894e37a47f7e2
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/parser.y1
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