Changeset 912dfa in git


Ignore:
Timestamp:
Nov 23, 1999, 6:58:47 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
0cd657e4fb3bdaf55c83d6b8fc6d0351eeab8081
Parents:
82a8accbf9eeff961384a1ee6697f7be092dae1c
Message:
* hannes/obachman: HP-adaptions (Makefile.in mpr_base.cc polys-impl.h)


git-svn-id: file:///usr/local/Singular/svn/trunk@3900 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r82a8acc r912dfa  
    106106ASO_SOURCES = structs.aso.cc ipid.aso.cc mmprivate.aso.cc silink.aso.cc \
    107107              matpol.aso.cc longrat.aso.cc kbuckets.aso.cc mpsr_Get.aso.cc \
    108               mpr_base.aso.cc attrib.aso.cc lists.aso.cc kutil.aso.cc \
     108              attrib.aso.cc lists.aso.cc kutil.aso.cc \
    109109              syz.aso.cc subexpr.aso.cc
    110110
  • Singular/mpr_base.cc

    r82a8acc r912dfa  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mpr_base.cc,v 1.14 1999-11-15 17:20:29 obachman Exp $ */
     4/* $Id: mpr_base.cc,v 1.15 1999-11-23 17:58:47 Singular Exp $ */
    55
    66/*
     
    3737#include "mpr_base.h"
    3838#include "mpr_numeric.h"
    39 #if HAVE_ASO == 1
     39#if HAVE_ASO == 10
    4040#include "mpr_base.aso"
     41#else
     42#define AllocSizeOf(X) Alloc(sizeof(X))
     43#define FreeSizeOf(X,Y) Free(X,sizeof(Y))
    4144#endif
    4245
  • Singular/polys-impl.h

    r82a8acc r912dfa  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys-impl.h,v 1.41 1999-11-15 17:20:40 obachman Exp $ */
     6/* $Id: polys-impl.h,v 1.42 1999-11-23 17:58:47 Singular Exp $ */
    77
    88/***************************************************************
     
    272272
    273273
     274#ifndef ASO_GENERATE
     275
    274276#if defined(PDEBUG) && PDEBUG > 1
    275277#define _pMonAddOn(p1, p2)  pDBMonAddOn(p1, p2, __FILE__, __LINE__)
     
    533535#endif
    534536
     537#endif // ifndef ASO_GENERATE
    535538#endif // POLYS_IMPL_H
Note: See TracChangeset for help on using the changeset viewer.