From kdevelop-devel Sun Apr 15 13:53:00 2012 From: David Nolden Date: Sun, 15 Apr 2012 13:53:00 +0000 To: kdevelop-devel Subject: Re: Review Request: Add possibility to store Decorators for class- and function declarations Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-devel&m=133449819418187 Btw. the syntax for multiple appended-lists (copied from pp_macro) is: START_APPENDED_LISTS(pp_macro) APPENDED_LIST_FIRST(pp_macro, IndexedString, definition) APPENDED_LIST(pp_macro, IndexedString, formals, definition) END_APPENDED_LISTS(pp_macro, formals) You can add as many lists as you want, just make sure to link from each to the previous in the last parameter. -- KDevelop-devel mailing list KDevelop-devel@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel