Changeset 912dfa in git
- Timestamp:
- Nov 23, 1999, 6:58:47 PM (24 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 0cd657e4fb3bdaf55c83d6b8fc6d0351eeab8081
- Parents:
- 82a8accbf9eeff961384a1ee6697f7be092dae1c
- Location:
- Singular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
r82a8acc r912dfa 106 106 ASO_SOURCES = structs.aso.cc ipid.aso.cc mmprivate.aso.cc silink.aso.cc \ 107 107 matpol.aso.cc longrat.aso.cc kbuckets.aso.cc mpsr_Get.aso.cc \ 108 mpr_base.aso.ccattrib.aso.cc lists.aso.cc kutil.aso.cc \108 attrib.aso.cc lists.aso.cc kutil.aso.cc \ 109 109 syz.aso.cc subexpr.aso.cc 110 110 -
Singular/mpr_base.cc
r82a8acc r912dfa 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mpr_base.cc,v 1.1 4 1999-11-15 17:20:29 obachmanExp $ */4 /* $Id: mpr_base.cc,v 1.15 1999-11-23 17:58:47 Singular Exp $ */ 5 5 6 6 /* … … 37 37 #include "mpr_base.h" 38 38 #include "mpr_numeric.h" 39 #if HAVE_ASO == 1 39 #if HAVE_ASO == 10 40 40 #include "mpr_base.aso" 41 #else 42 #define AllocSizeOf(X) Alloc(sizeof(X)) 43 #define FreeSizeOf(X,Y) Free(X,sizeof(Y)) 41 44 #endif 42 45 -
Singular/polys-impl.h
r82a8acc r912dfa 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: polys-impl.h,v 1.4 1 1999-11-15 17:20:40 obachmanExp $ */6 /* $Id: polys-impl.h,v 1.42 1999-11-23 17:58:47 Singular Exp $ */ 7 7 8 8 /*************************************************************** … … 272 272 273 273 274 #ifndef ASO_GENERATE 275 274 276 #if defined(PDEBUG) && PDEBUG > 1 275 277 #define _pMonAddOn(p1, p2) pDBMonAddOn(p1, p2, __FILE__, __LINE__) … … 533 535 #endif 534 536 537 #endif // ifndef ASO_GENERATE 535 538 #endif // POLYS_IMPL_H
Note: See TracChangeset
for help on using the changeset viewer.