Changeset 2c52262 in git for Singular/ipshell.h


Ignore:
Timestamp:
Sep 14, 2005, 9:41:58 AM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b29766f3a0093c4b098efbe704d2dcdd1602fbd2
Parents:
e1feb880d9449afb058a4f529127483192d7288d
Message:
*bricken: added const for string to isCmd


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    re1feb88 r2c52262  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ipshell.h,v 1.41 2005-05-18 16:24:44 Singular Exp $ */
     6/* $Id: ipshell.h,v 1.42 2005-09-14 07:41:57 bricken Exp $ */
    77/*
    88* ABSTRACT
     
    3434extern BOOLEAN yyInRingConstruction; /* 1: during ring construction */
    3535
    36 int     IsCmd(char *n, int & tok);
     36int     IsCmd(const char *n, int & tok);
    3737BOOLEAN iiPStart(idhdl pn, sleftv * sl);
    3838BOOLEAN iiEStart(char* example, procinfo *pi);
Note: See TracChangeset for help on using the changeset viewer.