Changes in src/AST/Type.hpp [3e5dd913:c9f6983]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Type.hpp
r3e5dd913 rc9f6983 398 398 // a zero value of formal_usage indicates an actual type (referenced inside body of parametric structs and functions) 399 399 TypeDecl::Kind kind; 400 int formal_usage ;401 int expr_id ;400 int formal_usage = 0; 401 int expr_id = 0; 402 402 403 403 // compact representation used for map lookups.
Note: See TracChangeset
for help on using the changeset viewer.