Changeset f79b94c in git for factory/int_poly.cc


Ignore:
Timestamp:
Sep 4, 2000, 3:31:31 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ec7aac79223c2edb9fd5358c0f2f3e8ddcd120e6
Parents:
05e7d13dce909dfa04b941da1c487b7c2a3a6044
Message:
* support for omalloc


git-svn-id: file:///usr/local/Singular/svn/trunk@4564 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/int_poly.cc

    r05e7d13 rf79b94c  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: int_poly.cc,v 1.12 1998-06-26 16:15:28 schmidt Exp $ */
     2/* $Id: int_poly.cc,v 1.13 2000-09-04 13:31:29 obachman Exp $ */
    33
    44#include <config.h>
     
    2323#include "imm.h"
    2424
     25#ifdef HAVE_OMALLOC
     26const omBin term::term_bin = omGetSpecBin(sizeof(term));
     27const omBin InternalPoly::InternalPoly_bin = omGetSpecBin(sizeof(InternalPoly));
     28#endif
    2529
    2630InternalPoly::InternalPoly( termList first, termList last, const Variable & v )
     
    14531457    return first;
    14541458}
     1459
Note: See TracChangeset for help on using the changeset viewer.