Update of /cvsroot/cpptool/rfta/bug
In directory sc8-pr-cvs1:/tmp/cvs-serv29580/bug
Modified Files:
List.txt
Log Message:
* added support for MFC & wxWindow macro style in declaration list. Any identifier in upper case, with at least one '_' starting a declaration will start a macro declaration.
Index: List.txt
===================================================================
RCS file: /cvsroot/cpptool/rfta/bug/List.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** List.txt 3 May 2003 21:54:10 -0000 1.5
--- List.txt 3 May 2003 22:22:39 -0000 1.6
***************
*** 23,33 ****
=> header include members initializer.
-
- ---
- MFC macros (dc++\hubframe.h.html)
- BEGIN_MSG_MAP(HubFrame)
- MESSAGE_HANDLER(WM_CLOSE, onClose)
- MESSAGE_HANDLER(WM_MDIACTIVATE, onActivate)
- MESSAGE_HANDLER(WM_NCACTIVATE, onActivate)
---
bad variable declaration (emule\archiverecovery.cpp.html)
--- 23,26 ----
***************
*** 46,49 ****
--- 39,46 ----
=> parse failure, expected '{'
---
+ fail to handle wrapping 'export' keyword correctly (wxwindows/combobox.h.html):
+ WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
+ => this is interpreter as a macro declaration declaration & something ?
+
|