Changeset b994f69 in git
- Timestamp:
- Apr 8, 1998, 3:07:49 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 41bcd79e2675c701bdaeb8b5d9e33602f5841f39
- Parents:
- 41e149d29e021987bb189509b26919708bad6e45
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/attrib.cc
r41e149 rb994f69 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: attrib.cc,v 1. 8 1997-06-09 12:23:58 SingularExp $ */4 /* $Id: attrib.cc,v 1.9 1998-04-08 13:07:49 pohl Exp $ */ 5 5 6 6 /* … … 12 12 #include <string.h> 13 13 #include <ctype.h> 14 15 #ifndef macintosh16 14 #include <unistd.h> 17 #endif18 15 19 16 #include "mod2.h" -
Singular/iparith.cc
r41e149 rb994f69 13 13 #include <time.h> 14 14 15 #ifndef macintosh16 15 #include <unistd.h> 17 #endif18 16 19 17 #include "mod2.h"
Note: See TracChangeset
for help on using the changeset viewer.