Allow using 8/16/32/64 as values in int_size setting

This commit is contained in:
Petteri Aimonen
2015-01-05 22:32:34 +02:00
parent cc3c8732fd
commit fa444be424

View File

@@ -20,10 +20,10 @@ enum FieldType {
enum IntSize {
IS_DEFAULT = 0; // Default, 32/64bit based on type in .proto
IS_8 = 1;
IS_16 = 2;
IS_32 = 3;
IS_64 = 4;
IS_8 = 8;
IS_16 = 16;
IS_32 = 32;
IS_64 = 64;
}
// This is the inner options message, which basically defines options for