Kaydet (Commit) f99fbee2 authored tarafından Joseph Powers's avatar Joseph Powers

Remove DECLARE_LIST( ResStack, ResData * )

üst 398d0365
...@@ -286,7 +286,7 @@ public: ...@@ -286,7 +286,7 @@ public:
#define MERGE_MODE_NORMAL 0x0000 #define MERGE_MODE_NORMAL 0x0000
#define MERGE_MODE_LIST 0x0001 #define MERGE_MODE_LIST 0x0001
DECLARE_LIST( ResStack, ResData * ) typedef ::std::vector< ResData* > ResStack;
// forwards // forwards
class WordTransformer; class WordTransformer;
class ParserQueue; class ParserQueue;
...@@ -306,7 +306,7 @@ private: ...@@ -306,7 +306,7 @@ private:
BOOL bDefine; // cur. res. in a define? BOOL bDefine; // cur. res. in a define?
BOOL bNextMustBeDefineEOL; // define but no \ at lineend BOOL bNextMustBeDefineEOL; // define but no \ at lineend
ULONG nLevel; // res. recursiv? how deep? size_t nLevel; // res. recursiv? how deep?
USHORT nList; // cur. res. is String- or FilterList USHORT nList; // cur. res. is String- or FilterList
ByteString nListLang; ByteString nListLang;
ULONG nListIndex; ULONG nListIndex;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment