Changeset 22a6c7 in git for Singular/mpsr_Tok.cc
- Timestamp:
- Sep 8, 1998, 9:46:34 AM (25 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- 48340025f0275e744df1383402a93b3605734ae8
- Parents:
- 2c8d0175a71c6992188b936e247dd54a62767f73
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/mpsr_Tok.cc
r2c8d017 r22a6c7 3 3 ****************************************/ 4 4 5 /* $Id: mpsr_Tok.cc,v 1.1 6 1998-08-05 14:09:44 obachmanExp $ */5 /* $Id: mpsr_Tok.cc,v 1.17 1998-09-08 07:46:34 Singular Exp $ */ 6 6 7 7 /*************************************************************** … … 599 599 system("touch mpsr_Tok.inc"); 600 600 #else 601 FILE fd = myfopen("mpsr_Tok.inc", "w"); 601 // simulate touch on a macintosh 602 FILE *fd = fopen("mpsr_Tok.inc", "w"); 602 603 close(fd); 603 604 #endif
Note: See TracChangeset
for help on using the changeset viewer.