Changeset 81f0940 in mainline for tools/autogen.py
- Timestamp:
- 2014-08-27T14:51:27Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4be73ba
- Parents:
- 0b811da2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autogen.py
r0b811da2 r81f0940 46 46 %s 47 47 48 main()48 int main() 49 49 { 50 50 %s 51 51 emit_constant(%s_SIZE, sizeof(%s)); 52 return 0; 52 53 } 53 54 """ % (generate_includes(struct), generate_struct(struct),
Note:
See TracChangeset
for help on using the changeset viewer.