Fixed float suffix not being added on implicit float defaults.

Change-Id: I8dcbb5e93836356511d411ef86452babd3dd3c0b
Tested: on Linux.
This commit is contained in:
Wouter van Oortmerssen
2016-04-20 12:05:21 -07:00
parent 4d7890c2c9
commit fd542c71e3
11 changed files with 82 additions and 15 deletions

View File

@@ -61,6 +61,7 @@ table Monster {
testhashu64_fnv1a:ulong (id:23, hash:"fnv1a_64");
testf:float = 3.14159 (id:25);
testf2:float = 3 (id:26);
testf3:float (id:27);
}
rpc_service MonsterStorage {