Changeset 818a51 in git for factory


Ignore:
Timestamp:
Dec 17, 1997, 3:10:13 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '2fa36c576e6a4ddbb1093b43c7f8e9835e17e52a')
Children:
7d9585c4a38884449db3acbaef97f1b31d619259
Parents:
2085fc28aefe61efb1a74f3cd3b813009739f358
Message:
	* int_cf.h (class InternalCF): `sign()' declared as const


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

Legend:

Unmodified
Added
Removed
  • factory/int_cf.h

    r2085fc r818a51  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: int_cf.h,v 1.7 1997-12-17 11:31:11 schmidt Exp $ */
     2/* $Id: int_cf.h,v 1.8 1997-12-17 14:10:13 schmidt Exp $ */
    33
    44#ifndef INCL_INT_CF_H
     
    5555    virtual int intval() const;
    5656    virtual int intmod( int ) const { return 0; }
    57     virtual int sign() PVIRT_INT("sign");
     57    virtual int sign() const PVIRT_INT("sign");
    5858
    5959    virtual InternalCF* num();
Note: See TracChangeset for help on using the changeset viewer.