- parse the list of class/struct fields and add the PField entries to their type.

- fixed a few issues with trying to access a class's Type before it got initialized.
This commit is contained in:
Christoph Oelckers 2016-10-09 15:47:31 +02:00
commit ad43f2bc7e
9 changed files with 528 additions and 50 deletions

View file

@ -65,7 +65,7 @@ public:
FLispString()
{
NestDepth = Column = 0;
WrapWidth = 72;
WrapWidth = 200;
NeedSpace = false;
ConsecOpens = 0;
}