X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-proposal.txt;h=d61b58c0fd73cc0856562db4b7c211e2ae338070;hp=60bf972fb695fc8a4c3bd30fcad88cae14fbe51a;hb=c2742c56519734d85410b6d65aa7603772413bdf;hpb=a9b8369547930366da4bd4cf701ebc41320f9431;ds=sidebyside diff --git a/common-trace-format-proposal.txt b/common-trace-format-proposal.txt index 60bf972..d61b58c 100644 --- a/common-trace-format-proposal.txt +++ b/common-trace-format-proposal.txt @@ -298,6 +298,16 @@ enum : integer_type { ... } +Enumerations omitting the container type ": integer_type" use the "int" +type (for compatibility with C99). The "int" type must be previously +declared. E.g.: + +typealias integer { size = 32; align = 32; signed = true } := int; + +enum { + ... +} + 4.2 Compound types