Changeset 77645d6 in git
- Timestamp:
- Feb 8, 2007, 4:08:34 PM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 6e04b1ac712bdf50503a70d78f071f9111342922
- Parents:
- 45b750f46db46153c194606edbe187a53309d6dc
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.h
r45b750f r77645d6 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: ipshell.h,v 1. 49 2007-02-07 18:28:54 Singular Exp $ */6 /* $Id: ipshell.h,v 1.50 2007-02-08 15:08:34 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 10 10 #include <stdio.h> 11 11 #include "structs.h" 12 typedef ip_smap * map;13 12 14 13 -
Singular/mpsr.h
r45b750f r77645d6 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mpsr.h,v 1.2 4 2007-02-07 18:28:54 Singular Exp $ */4 /* $Id: mpsr.h,v 1.25 2007-02-08 15:08:34 Singular Exp $ */ 5 5 /*************************************************************** 6 6 * … … 22 22 #include"MPT.h" 23 23 #include"structs.h" 24 typedef ip_smap * map;25 24 #include"subexpr.h" 26 25 #include"omalloc.h"
Note: See TracChangeset
for help on using the changeset viewer.