Changeset 057e93c in git for Singular/ipshell.h


Ignore:
Timestamp:
Feb 27, 1998, 3:06:27 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a18fae54e4f760ce0cd7832679f5171a88c3fde7
Parents:
1c31dc7f319d025944d44dcc090983f7cb03be12
Message:
* Fri Feb 27 15:02:10 MET 1998 hannes
  new input scheme: many modifications to febase.h, febase.inc,
      febase.cc, scanner.l, grammar.y, iplib.cc, ipshell.{h,cc}


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    r1c31dc r057e93c  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ipshell.h,v 1.10 1998-01-16 14:29:54 krueger Exp $ */
     6/* $Id: ipshell.h,v 1.11 1998-02-27 14:06:21 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    3030
    3131int     IsCmd(char *n, int & tok);
    32 BOOLEAN iiPStart(idhdl pn, char *filename, sleftv * sl);
    33 BOOLEAN iiEStart(char* example);
     32BOOLEAN iiPStart(idhdl pn, sleftv * sl);
     33BOOLEAN iiEStart(char* example, procinfo *pi);
    3434void    type_cmd(idhdl h);
    3535void    test_cmd(int i);
Note: See TracChangeset for help on using the changeset viewer.