Changeset 714503 in git
- Timestamp:
- May 29, 2006, 5:29:47 PM (17 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 6fc94170622931a7d7420b94ddf05a83056ed1d1
- Parents:
- 84a6a712a40c09bf97568af07d63318c224c5d56
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.h
r84a6a7 r714503 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: ipshell.h,v 1.4 6 2006-02-02 10:11:19Singular Exp $ */6 /* $Id: ipshell.h,v 1.47 2006-05-29 15:29:47 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 30 30 extern cmdnames cmds[]; 31 31 extern char *lastreserved; 32 extern c har *singular_date;32 extern const char *singular_date; 33 33 34 34 extern BOOLEAN yyInRingConstruction; /* 1: during ring construction */ -
Singular/tesths.cc
r84a6a7 r714503 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: tesths.cc,v 1.10 5 2006-05-29 14:22:06Singular Exp $ */4 /* $Id: tesths.cc,v 1.106 2006-05-29 15:29:47 Singular Exp $ */ 5 5 6 6 /* … … 37 37 #endif 38 38 39 c har *singular_date=__DATE__ " " __TIME__;39 const char *singular_date=__DATE__ " " __TIME__; 40 40 41 41 /*0 implementation*/
Note: See TracChangeset
for help on using the changeset viewer.