[PATCH] Fix for BUG 157133 (support for "const octet" declarations in libIDL)
- From: Jules Colding <colding omesc com>
- To: ORBit2 <orbit-list gnome org>
- Subject: [PATCH] Fix for BUG 157133 (support for "const octet" declarations in libIDL)
- Date: Wed, 03 Nov 2004 12:47:50 +0100
The following patch adds support for declarations like:
const octet CONST_OCTET = 0x12;
in libIDL. The patch is against libIDL 0.8.4.
--
jules
diff -urN libIDL-0.8.4.orig/ChangeLog libIDL-0.8.4/ChangeLog
--- libIDL-0.8.4.orig/ChangeLog 2004-08-17 12:58:30.000000000 +0200
+++ libIDL-0.8.4/ChangeLog 2004-11-03 12:35:18.000000000 +0100
@@ -1,3 +1,7 @@
+2004-11-03 Jules Colding <colding omesc com>
+
+ * parser.y: Added octet_type to const_type.
+
2004-08-17 Mark McLoughlin <mark skynet ie>
* configure.in: Version 0.8.4.
diff -urN libIDL-0.8.4.orig/parser.y libIDL-0.8.4/parser.y
--- libIDL-0.8.4.orig/parser.y 2002-02-04 14:46:38.000000000 +0100
+++ libIDL-0.8.4/parser.y 2004-11-03 12:14:29.000000000 +0100
@@ -853,6 +853,7 @@
| string_type
| wide_string_type
| fixed_pt_const_type
+| octet_type
| scoped_name
;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]