Changeset 34fbd93 in git for Singular/ipshell.h


Ignore:
Timestamp:
Jul 9, 1999, 4:58:30 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
6959c49751ce060112fd62dace5b8f7590c72602
Parents:
609ba11e29d4d3c44b5785da0728121bbc8e0065
Message:
* hannes: ring r=(real,20,I),x,lp; <==> ring r=(real(20),I),x,lp;
          error message for CMD_M fixed (see coef("1","2");)
	  (grammar.y iparith.cc ipshell.h scanner.l subexpr.cc)


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    r609ba11 r34fbd93  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ipshell.h,v 1.17 1999-04-15 17:28:05 Singular Exp $ */
     6/* $Id: ipshell.h,v 1.18 1999-07-09 14:58:28 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    3232extern cmdnames cmds[];
    3333extern char *lastreserved;
     34extern BOOLEAN yyInRingConstruction; /* 1: during ring construction */
    3435
    3536int     IsCmd(char *n, int & tok);
Note: See TracChangeset for help on using the changeset viewer.