*not part of the buid*
fix for 67457 git-svn-id: svn://10.0.0.236/trunk@92110 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -755,6 +755,10 @@ attribute_declaration(TreeState *state)
|
||||
|
||||
gboolean method_noscript =
|
||||
(IDL_tree_property_get(ATTR_PROPS(state->tree), "noscript") != NULL);
|
||||
|
||||
gboolean method_notxpcom =
|
||||
(IDL_tree_property_get(ATTR_PROPS(state->tree), "notxpcom") != NULL);
|
||||
|
||||
GSList *doc_comments =
|
||||
IDL_IDENT(IDL_LIST(IDL_ATTR_DCL
|
||||
(state->tree).simple_declarations).data).comments;
|
||||
@@ -763,6 +767,7 @@ attribute_declaration(TreeState *state)
|
||||
fputs(" ", FILENAME(state));
|
||||
printlist(FILENAME(state), doc_comments);
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
/*
|
||||
@@ -777,6 +782,9 @@ attribute_declaration(TreeState *state)
|
||||
fputc('\n', FILENAME(state));
|
||||
write_comment(state);
|
||||
|
||||
if (method_notxpcom || method_noscript)
|
||||
return TRUE;
|
||||
|
||||
state->tree = ATTR_TYPE_DECL(state->tree);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user