Changeset 4b5c87 in git for Singular/kutil.h


Ignore:
Timestamp:
Apr 22, 1998, 9:49:05 AM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
22f80af1b6c1526efe5d3aa6f9cfa5ee2ac42a1c
Parents:
6ca22e864c938665093be3c3244ede1ba10be59d
Message:
* hannes:  several changes concerning stdfac


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

Legend:

Unmodified
Added
Removed
  • Singular/kutil.h

    r6ca22e r4b5c87  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kutil.h,v 1.7 1998-04-06 17:59:33 obachman Exp $ */
     6/* $Id: kutil.h,v 1.8 1998-04-22 07:49:02 Singular Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for std
     
    103103    int lastAxis;
    104104    int newIdeal;
     105    int minim;
    105106    BOOLEAN interpt;
    106107    BOOLEAN homog;
    107     BOOLEAN news;
    108     BOOLEAN newt;/*used for messageSets*/
    109108    BOOLEAN kHEdgeFound;
    110109    BOOLEAN honey,sugarCrit;
     
    115114    BOOLEAN posInLOldFlag;
    116115           /*FALSE, if posInL == posInL10*/
    117     int minim;
     116    char    redTailChange;
     117    char    news;
     118    char    newt;/*used for messageSets*/
    118119};
    119120
Note: See TracChangeset for help on using the changeset viewer.