Changeset 8ae6a06 in git for Singular/tok.h


Ignore:
Timestamp:
Feb 10, 2000, 5:09:04 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
74fe8248be778a3daa66650d4c1e3c4a7576bfff
Parents:
fb56d8c7c835f2b8ee05c7445363a11dfe1b339d
Message:
*hannes: moved SHIFTED_EXPONENTS defs


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

Legend:

Unmodified
Added
Removed
  • Singular/tok.h

    rfb56d8 r8ae6a06  
    77* ABSTRACT: tokens, types for interpreter; general macros
    88*/
    9 /* $Id: tok.h,v 1.38 2000-02-02 14:27:10 Singular Exp $ */
     9/* $Id: tok.h,v 1.39 2000-02-10 16:09:03 Singular Exp $ */
    1010
    1111#ifndef MYYSTYPE
     
    3636#define min(A,B) ((A) < (B) ? (A) : (B))
    3737#endif
    38 
    39 /* the following defines should really go into mod2.h,
    40    but configure dislikes it */
    41 
    42 #ifdef HAVE_SHIFTED_EXPONENTS
    43 /* Define the type of the exponents to be used in monomials */
    44 #undef EXPONENT_T
    45 #define EXPONENT_T long
    46 /* Define the size of exponent */
    47 #undef SIZEOF_EXPONENT
    48 #define SIZEOF_EXPONENT SIZEOF_LONG
    49 #endif
    50 
    5138
    5239/* the follwing defines for infix operators should not be changed: *
Note: See TracChangeset for help on using the changeset viewer.