Changeset f79b94c in git for factory/int_int.cc


Ignore:
Timestamp:
Sep 4, 2000, 3:31:31 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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_int.cc

    r05e7d13 rf79b94c  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: int_int.cc,v 1.14 1998-06-26 16:16:33 schmidt Exp $ */
     2/* $Id: int_int.cc,v 1.15 2000-09-04 13:31:29 obachman Exp $ */
    33
    44#include <config.h>
     
    1111#include "gmpext.h"
    1212 
     13#ifdef HAVE_OMALLOC
     14const omBin InternalInteger::InternalInteger_bin = omGetSpecBin(sizeof(InternalInteger));
     15#endif
     16
    1317InternalInteger::InternalInteger()
    1418{
Note: See TracChangeset for help on using the changeset viewer.