Changeset 77ff8e in git for Singular/ipshell.h


Ignore:
Timestamp:
Oct 15, 1998, 4:08:43 PM (26 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
db242b128be30aaa1380dfedb4f993424bf7ce50
Parents:
7ae776f0df0c8b0ecce7a1639acf874949740c78
Message:
 	* ChangeLog extra.cc grammar.y ipid.cc ipid.h iplib.cc
 	* ipshell.cc ipshell.h mod2.h.in ring.cc structs.h tesths.cc
          Replaced ring *iiLocalRing[] by a stack (class namerec)
          To use old method define USE_IILOCALRING in mod2.h
          Old method incompatible with HAVE_NAMESPACES!


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    r7ae776 r77ff8e  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ipshell.h,v 1.12 1998-05-12 14:59:20 Singular Exp $ */
     6/* $Id: ipshell.h,v 1.13 1998-10-15 14:08:37 krueger Exp $ */
    77/*
    88* ABSTRACT
     
    2525extern int     iiRETURNEXPR_len;
    2626extern sleftv *iiRETURNEXPR;
     27#ifdef IILOCALRING
    2728extern ring   *iiLocalRing;
     29#endif
    2830extern cmdnames cmds[];
    2931extern char *lastreserved;
Note: See TracChangeset for help on using the changeset viewer.