Changeset 6c8772 in git for modules/tools/typmap.h
- Timestamp:
- Apr 1, 1999, 12:03:24 AM (25 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- dcafdbfd5e7cf5689011aad6c9b81fd43bd118b1
- Parents:
- 740e1f7291b169d818475089a70366a328feb8d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/tools/typmap.h
r740e1f7 r6c8772 9 9 void init_type_conv() 10 10 { 11 strcpy(type_conv[NONE], "none"); 12 strcpy(type_conv[NONE], "void"); 11 13 strcpy(type_conv[INT_CMD], "int"); 12 14 strcpy(type_conv[RING_CMD], "ring");
Note: See TracChangeset
for help on using the changeset viewer.