Changeset b7b08c in git for Singular/subexpr.h


Ignore:
Timestamp:
Oct 14, 1999, 4:27:35 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
548777d246af408b77296a71c16c980b2cef5b35
Parents:
e960943ba1dcfcb333014a2aee474750e8fafe10
Message:
* us short exponent vectors in divisbility tests
* AllocSizeOf
* garbage collection
* scanner/gmp: allow .0 and 1. input of reals


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

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.h

    re960943 rb7b08c  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: subexpr.h,v 1.22 1999-09-27 17:54:56 Singular Exp $ */
     6/* $Id: subexpr.h,v 1.23 1999-10-14 14:27:33 obachman Exp $ */
    77/*
    88* ABSTRACT: handling of leftv
     
    1111#include <string.h>
    1212#include "structs.h"
     13
     14#if HAVE_ASO == 1
     15#include "subexpr.aso"
     16#endif
    1317
    1418struct _ssubexpr
     
    7882    int  LTyp(); /* returns LIST_CMD for l[i], otherwise returns Typ() */
    7983    void * Data();
     84    void SetData(void* value);
    8085    leftv LData(); /* returns &(l[i]) for l[i], otherwise returns this */
    8186    leftv LHdl();
Note: See TracChangeset for help on using the changeset viewer.