[anjuta] symbol-db: bgo #614933 - build fail with sun cc because zero-sized struct
- From: Massimo Cora' <mcora src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] symbol-db: bgo #614933 - build fail with sun cc because zero-sized struct
- Date: Wed, 7 Apr 2010 17:24:09 +0000 (UTC)
commit abf8db1c69d230724a8f91bd09897a46cdb8e81b
Author: Halton Huo <halton huo sun com>
Date: Wed Apr 7 19:14:27 2010 +0200
symbol-db: bgo #614933 - build fail with sun cc because zero-sized struct
plugins/symbol-db/anjuta-tags/js_parser/js-node.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/symbol-db/anjuta-tags/js_parser/js-node.h b/plugins/symbol-db/anjuta-tags/js_parser/js-node.h
index 208475f..1ad3e5d 100644
--- a/plugins/symbol-db/anjuta-tags/js_parser/js-node.h
+++ b/plugins/symbol-db/anjuta-tags/js_parser/js-node.h
@@ -59,6 +59,7 @@ struct _JSNode
JSNode *head;
} list;
struct { /* ternary: if, for(;;), ?: */
+ char dummy;
} ternary;
struct { /* two kids if binary */
JSNode *left;
@@ -73,6 +74,7 @@ struct _JSNode
char isconst;
} name;
struct {
+ char dummy;
} apair;
} pn_u;
JSNode *pn_next;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]