Changeset c08fa4 in git
- Timestamp:
- Jan 6, 2006, 12:31:36 PM (18 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 8382cd0653d1f94ad95ad2954bf355a2111efc28
- Parents:
- 84fadb7c8577827370d85a6ca508b35d0d3269cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r84fadb rc08fa4 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.23 6 2006-01-05 15:40:55Singular Exp $ */4 /* $Id: extra.cc,v 1.237 2006-01-06 11:31:36 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 2009 2009 if (h->Typ() == INT_CMD) 2010 2010 { 2011 max = (int) 2011 max = (int)(long)h->Data(); 2012 2012 } 2013 2013 h = h->Next(); … … 2494 2494 extern int strat_nr; 2495 2495 extern int strat_fac_debug; 2496 strat_fac_debug=(int) h->Data();2496 strat_fac_debug=(int)(long)h->Data(); 2497 2497 strat_nr=0; 2498 2498 return FALSE;
Note: See TracChangeset
for help on using the changeset viewer.