Syncing uppdev

git-svn-id: svn://ultimatepp.org/upp/trunk@504 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-10-03 09:03:41 +00:00
parent ff1ec91efb
commit b26a68dc4b
4 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,7 @@
file
test.h,
test.cpp;
mainconfig
"" = "";

View file

@ -0,0 +1,3 @@
#ifndef _SyntaxHighlight_icpp_init_stub
#define _SyntaxHighlight_icpp_init_stub
#endif

View file

@ -0,0 +1,6 @@
class XXX {
typedef XXX;
public:
};

View file

@ -0,0 +1,18 @@
#ifndef _SyntaxHighlight_test_h_
#define _SyntaxHighlight_test_h_
#include "Common.h"
class XXX {
typedef XXX yyy;
public:
private:
};
struct Y {
};
#endif