Changeset 652a47 in git
- Timestamp:
- May 31, 2010, 10:26:19 AM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ba3e3ef698fa0b7c5867199959cc83330073d3cb')
- Children:
- 997e235821fbd1091b88f59cea795a11712b3ada
- Parents:
- 081da356cddd836a28de94069422e2bf9dc06079
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/modgen/creat_top.cc
r081da35 r652a47 48 48 void write_enter_id(FILE *fp) 49 49 { 50 fprintf(fp, "\ntypedef int idtyp;\n"); 50 51 fprintf(fp, "\nidhdl enter_id(char *name, char *value, idtyp t)\n"); 51 52 fprintf(fp, "{\n");
Note: See TracChangeset
for help on using the changeset viewer.