]> git.mdlowis.com Git - proto/obnc.git/commitdiff
added export bit for fields
authorMichael D. Lowis <mike.lowis@gentex.com>
Fri, 14 May 2021 20:23:50 +0000 (16:23 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Fri, 14 May 2021 20:23:50 +0000 (16:23 -0400)
cerise/inc/cerise.h

index f550ecb53a1bb6fbdb7c4febeaf91bf0c11ea91a..04ee5da370e7ff672de14bb5ff09821ec8822e80 100644 (file)
@@ -84,6 +84,7 @@ typedef struct Field {
     char* name;
     Type* type;
     long offset;
+    int export : 1;
 } Field;
 
 typedef struct Type {