X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2Fprotoparse.h;fp=tools%2Fprotoparse.h;h=28941285bcad6c25aba33ef7753604b84a1a79ad;hb=8c83cc48a2090b018cb39a629454b5e9608ba4d8;hp=469c12f869e3b737b92734ff5e1128a2eae559a6;hpb=93b5bd181600ddf5097d133c52cdc7b1d4a2c7c8;p=ia32rtools.git diff --git a/tools/protoparse.h b/tools/protoparse.h index 469c12f..2894128 100644 --- a/tools/protoparse.h +++ b/tools/protoparse.h @@ -22,6 +22,7 @@ struct parsed_proto_arg { struct parsed_type type; struct parsed_proto *pp; // fptr or struct void *datap; + unsigned int is_saved:1; // not set here, for tool use }; struct parsed_proto {