Changeset 34fbd93 in git for Singular/scanner.l


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/scanner.l

    r609ba11 r34fbd93  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 /* $Id: scanner.l,v 1.17 1999-07-06 15:32:44 Singular Exp $ */
     5/* $Id: scanner.l,v 1.18 1999-07-09 14:58:29 Singular Exp $ */
    66#include <stdio.h>
    77#include <string.h>
     
    2323//extern unsigned char * yytext;
    2424extern int yyleng;
    25 extern BOOLEAN noringvars;
    2625extern int inerror;
    2726
Note: See TracChangeset for help on using the changeset viewer.