Changeset 5e7ae8 in git for dyn_modules/modgen/misc.cc
- Timestamp:
- Jul 21, 2010, 3:32:25 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 27667b70a3500461f900cc74ee65d7acbdf8ca5c
- Parents:
- 0c0e4f2bde3eb28182fbcccca643deb68e4531e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dyn_modules/modgen/misc.cc
r0c0e4f r5e7ae8 546 546 fprintf(fp, "#include <sys/stat.h>"); 547 547 fprintf(fp, "\n"); 548 fprintf(fp, "#include < mod2.h>\n");549 fprintf(fp, "#include < tok.h>\n");550 fprintf(fp, "#include < structs.h>\n");551 fprintf(fp, "#include < ipid.h>\n\n");552 fprintf(fp, "#include < locals.h>\n");548 fprintf(fp, "#include <Singular/mod2.h>\n"); 549 fprintf(fp, "#include <Singular/tok.h>\n"); 550 fprintf(fp, "#include <kernel/structs.h>\n"); 551 fprintf(fp, "#include <Singular/ipid.h>\n\n"); 552 fprintf(fp, "#include <Singular/locals.h>\n"); 553 553 fprintf(fp, "#include <omalloc.h>\n"); 554 554 fprintf(fp, "#include \"%s.h\"\n", module);
Note: See TracChangeset
for help on using the changeset viewer.