Changeset 7df4ee in git for Singular/fglmcomb.cc


Ignore:
Timestamp:
Oct 28, 1998, 1:43:29 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
9b3e8cb4cfed2c8b7a5e159390b7a4b625eba3fe
Parents:
7ce950aac339ad3689cd1e1f8608c8025eb134e3
Message:
*hannes: POSIX-fixes part2


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

Legend:

Unmodified
Added
Removed
  • Singular/fglmcomb.cc

    r7ce950 r7df4ee  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fglmcomb.cc,v 1.13 1998-09-24 09:59:38 Singular Exp $
     2// $Id: fglmcomb.cc,v 1.14 1998-10-28 12:43:29 Singular Exp $
    33
    44/****************************************
     
    496496    STICKYPROT2( "(%i)", basisSize );
    497497    for ( k= 0; k < numMonoms; k++ ) {
    498 #ifdef __NO_CONSTR__
     498#ifndef HAVE_EXPLICIT_CONSTR
    499499        v[k].mac_constr_i( basisSize );
    500500#else
Note: See TracChangeset for help on using the changeset viewer.