Changeset 714503 in git for Singular/ipshell.h


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


git-svn-id: file:///usr/local/Singular/svn/trunk@9172 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 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 */
Note: See TracChangeset for help on using the changeset viewer.