Changeset 16105c in git


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


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

Legend:

Unmodified
Added
Removed
  • MP/MP/MP_Env.c

    r8b87364 r16105c  
    5757
    5858#ifndef lint
    59 static char vcid[] = "@(#) $Id: MP_Env.c,v 1.1.1.1 1997/06/07 14:07:47 sgray Exp
    60  $";
     59static char vcid[] = "@(#) $Id: MP_Env.c,v 1.6 2001-11-05 17:09:58 Singular Exp $";
    6160#endif /*lint */
    6261
  • MP/MP/MP_TcpTransp.c

    r8b87364 r16105c  
    7474
    7575#ifndef lint
    76 static char vcid[] = "@(#) $Id: MP_TcpTransp.c,v 1.1.1.1 1997/06/7 14:05:52 sgr
    77 ay Exp $";
     76static char vcid[] = "@(#) $Id: MP_TcpTransp.c,v 1.11 2001-11-05 17:11:11 Singular Exp $";
    7877#endif /* lint */
    7978
  • 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.