Changeset b70e54 in git
- Timestamp:
- Dec 11, 2006, 2:14:16 PM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- 09123dc1d00b4d35dada316982f7b598b5434dd4
- Parents:
- 1ddaae5ab6230a5ca1740626e4a3908a7220bd03
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/subexpr.cc
r1ddaae rb70e54 5 5 * ABSTRACT: handling of leftv 6 6 */ 7 /* $Id: subexpr.cc,v 1.9 4 2006-05-29 15:14:30Singular Exp $ */7 /* $Id: subexpr.cc,v 1.95 2006-12-11 13:14:16 Singular Exp $ */ 8 8 9 9 #include <stdlib.h> … … 485 485 //case COMMAND: 486 486 default: 487 Warn(" internalCopy: cannot copy type %s(%d)",487 Warn("s_internalCopy: cannot copy type %s(%d)", 488 488 Tok2Cmdname(t),t); 489 489 #endif
Note: See TracChangeset
for help on using the changeset viewer.