diff options
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -65,6 +65,7 @@ message FormatMsg { MESSAGE = 0; ENUM = 1; ONEOF = 2; + VAR = 3; } int64 depth = 1; // used to indent output @@ -75,7 +76,7 @@ message FormatMsg { repeated FormatMsg msgs = 6; // locally defined messages and enums repeated string lines = 7; // the variables string footer = 8; // the '}' line - Type type = 9; + Type type = 9; // yep. type. yep. that's what this is for } message Find { |
