idlc/source/parser.y |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f8569cd9a28a3a8856dba4ad53218aa6cc073521
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Jan 30 13:52:03 2013 +0100

    UNO constants cannot be of CHAR type
    
    Change-Id: I13f2f1d38b99a5eb1d10f40c524894e37a47f7e2

diff --git a/idlc/source/parser.y b/idlc/source/parser.y
index 629c2f2..3da099c 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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to