Changeset 1e47f8a in git
- Timestamp:
- Dec 1, 2000, 3:06:31 PM (23 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 7dc5589b3fc2f23bd0efaf9162342e6a66730c27
- Parents:
- d65eb89a8715a58a8921b48c08b598a0a1ded9ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/pInline2.h
rd65eb8 r1e47f8a 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 8/00 9 * Version: $Id: pInline2.h,v 1. 19 2000-11-24 19:30:49 obachmanExp $9 * Version: $Id: pInline2.h,v 1.20 2000-12-01 14:06:31 Singular Exp $ 10 10 *******************************************************************/ 11 11 #ifndef PINLINE2_H … … 518 518 } 519 519 520 if (pNext(p) == NULL) 521 { 520 522 #ifndef HAVE_PLURAL 521 if (pNext(p) == NULL)522 {523 524 523 q = r->p_Procs->p_Mult_mm(q, p, r); 524 #else /* PLURAL */ 525 q = r->p_Procs->nc_mm_Mult_p(p, q, r); 526 #endif 525 527 r->p_Procs->p_Delete(&p, r); 526 528 return q; 527 529 } 528 #endif529 530 530 531 if (pNext(q) == NULL)
Note: See TracChangeset
for help on using the changeset viewer.