compiler/libec: Fixed C style access to struct parameters (#140)
[sdk] / compiler / libec / src / ecdefs.ec
index 235daa7..34456a2 100644 (file)
@@ -1163,12 +1163,13 @@ public:
    bool truth:1;
    bool byReference:1;
    bool extraParam:1;
-   bool directClassAccess:1;
+   bool directClassAccess:1;     // Need to clarify this if this had the same intended purpose as declaredWithStruct
    bool computing:1;
    bool keepCast:1;
    bool passAsTemplate:1;
    bool dllExport:1;
    bool attrStdcall:1;
+   bool declaredWithStruct:1;
 
    char * OnGetString(char * tempString, void * fieldData, bool * needClass)
    {