Changeset 172cdf in git
- Timestamp:
- May 1, 2000, 9:13:05 PM (23 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- d76127c24c920542ed71575d5303af18eb70c1c3
- Parents:
- e368a5c0052f5730b0008276b08c38fbe265b4bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/modgen/creat_top.cc
re368a5c r172cdf 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: creat_top.cc,v 1.1 0 2000-03-30 06:35:44krueger Exp $ */4 /* $Id: creat_top.cc,v 1.11 2000-05-01 19:13:05 krueger Exp $ */ 5 5 /* 6 6 * ABSTRACT: lib parsing … … 137 137 mod_copy_tmp(module->modfp, module->fmtfp); 138 138 if(trace)printf("\n");fflush(stdout); 139 fclose(module->fmtfp); 139 fclose(module->fmtfp); module->fmtfp = NULL; 140 140 if(create_tmpfile(module)) return -1; 141 141 if(create_tmpfile(module, 1)) return -1;
Note: See TracChangeset
for help on using the changeset viewer.