Changeset 714503 in git


Ignore:
Timestamp:
May 29, 2006, 5:29:47 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
6fc94170622931a7d7420b94ddf05a83056ed1d1
Parents:
84a6a712a40c09bf97568af07d63318c224c5d56
Message:
*hannes: more const


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    r84a6a7 r714503  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ipshell.h,v 1.46 2006-02-02 10:11:19 Singular Exp $ */
     6/* $Id: ipshell.h,v 1.47 2006-05-29 15:29:47 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    3030extern cmdnames cmds[];
    3131extern char *lastreserved;
    32 extern char *singular_date;
     32extern const char *singular_date;
    3333
    3434extern BOOLEAN yyInRingConstruction; /* 1: during ring construction */
  • Singular/tesths.cc

    r84a6a7 r714503  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.105 2006-05-29 14:22:06 Singular Exp $ */
     4/* $Id: tesths.cc,v 1.106 2006-05-29 15:29:47 Singular Exp $ */
    55
    66/*
     
    3737#endif
    3838
    39 char *singular_date=__DATE__ " " __TIME__;
     39const char *singular_date=__DATE__ " " __TIME__;
    4040
    4141/*0 implementation*/
Note: See TracChangeset for help on using the changeset viewer.