Changeset 7da3cd in git


Ignore:
Timestamp:
Feb 1, 2006, 2:55:24 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bd8d12e05eff63a88b1e83082d7192788ee79155
Parents:
2d232637bd80a9e4aa3625b128dfe433d2c6c1ce
Message:
*hannes: more const


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r2d2326 r7da3cd  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.133 2006-01-13 16:46:48 wienand Exp $ */
     4/* $Id: ipshell.cc,v 1.134 2006-02-01 13:55:24 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    127127}
    128128
    129 static void list1(char* s, idhdl h,BOOLEAN c, BOOLEAN fullname)
     129static void list1(const char* s, idhdl h,BOOLEAN c, BOOLEAN fullname)
    130130{
    131131  char buffer[22];
     
    425425#endif
    426426
    427 void list_cmd(int typ, const char* what, char *prefix,BOOLEAN iterate, BOOLEAN fullname)
     427void list_cmd(int typ, const char* what, const char *prefix,BOOLEAN iterate, BOOLEAN fullname)
    428428{
    429429  idhdl h,start;
  • Singular/ipshell.h

    r2d2326 r7da3cd  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ipshell.h,v 1.43 2005-09-24 15:02:07 Singular Exp $ */
     6/* $Id: ipshell.h,v 1.44 2006-02-01 13:55:24 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    3939void    type_cmd(idhdl h);
    4040void    test_cmd(int i);
    41 void    list_cmd(int typ, const char* what, char * prefix, BOOLEAN iterate,
    42                  BOOLEAN fullname=FALSE);
     41void    list_cmd(int typ, const char* what, const char * prefix,
     42                 BOOLEAN iterate, BOOLEAN fullname=FALSE);
    4343//char *  iiStringMatrix(matrix im, int dim, char ch=',');
    4444void    killlocals(int v);
Note: See TracChangeset for help on using the changeset viewer.