From: Michael D. Lowis Date: Fri, 14 May 2021 20:23:50 +0000 (-0400) Subject: added export bit for fields X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=735d14e01731c9af0664290bf6e0fe8236f3bf1c;p=proto%2Fobnc.git added export bit for fields --- diff --git a/cerise/inc/cerise.h b/cerise/inc/cerise.h index f550ecb..04ee5da 100644 --- a/cerise/inc/cerise.h +++ b/cerise/inc/cerise.h @@ -84,6 +84,7 @@ typedef struct Field { char* name; Type* type; long offset; + int export : 1; } Field; typedef struct Type {