Fix inline #raw_union bug in issue #87

This commit is contained in:
Ginger Bill
2017-08-08 21:27:42 +01:00
parent 49d337c830
commit f4c0405221
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"raw.odin";
)
// Naming Conventions:
// In general, PascalCase for types and snake_case for values
// In general, Ada_Case for types and snake_case for values
//
// Import Name: snake_case (but prefer single word)
// Types: Ada_Case