Changeset ec335c in git for Singular/tok.h


Ignore:
Timestamp:
Dec 13, 2002, 5:19:15 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
573da652363bd654938b0f7764197a77673b9d76
Parents:
32bcf801243a86b6f74b34b632da295508c6135d
Message:
*hannes: force USE_IILOCALRING


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

Legend:

Unmodified
Added
Removed
  • Singular/tok.h

    r32bcf8 rec335c  
    77* ABSTRACT: tokens, types for interpreter; general macros
    88*/
    9 /* $Id: tok.h,v 1.53 2002-02-04 13:14:26 Singular Exp $ */
     9/* $Id: tok.h,v 1.54 2002-12-13 16:19:15 Singular Exp $ */
    1010
    1111#ifndef MYYSTYPE
     
    3636#define min(A,B) ((A) < (B) ? (A) : (B))
    3737#endif
     38
     39/* Define to use old mechanismen for saving currRing with procedures
     40 * Does work with HAVE_NAMESPACES enabled
     41 */
     42#define USE_IILOCALRING 1
     43
    3844
    3945/* the follwing defines for infix operators should not be changed: *
Note: See TracChangeset for help on using the changeset viewer.