Changeset 16105c in git for factory


Ignore:
Timestamp:
Nov 5, 2001, 6:11:11 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
64eab4b23570b354e7a397b76509eefccddf3919
Parents:
8b873642b1c601aac047738450774809b7ac05dc
Message:
*hannes: syntax


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

Legend:

Unmodified
Added
Removed
  • factory/cf_factory.h

    r8b87364 r16105c  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_factory.h,v 1.2 1997-06-19 12:27:11 schmidt Exp $ */
     2/* $Id: cf_factory.h,v 1.3 2001-11-05 17:07:12 Singular Exp $ */
    33
    44#ifndef INCL_CF_FACTORY_H
     
    2525    static InternalCF * basic ( int type, int value );
    2626    static InternalCF * basic ( const char * str );
    27     static InternalCF * basic ( int type, const char * str );
     27    static InternalCF * basic ( int type, const char * const str );
    2828    static InternalCF * basic ( int type, int value, bool nonimm );
    2929    static InternalCF * basic ( const MP_INT & num );
Note: See TracChangeset for help on using the changeset viewer.