Changeset ede4b1 in git


Ignore:
Timestamp:
Mar 7, 2002, 7:45:52 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
c1975864ec9e675a62cefef438dc443d378d5ce4
Parents:
c98410772e6a0528a15964903990b23d330f1307
Message:
*hannes: more bins: sleftv_bin


git-svn-id: file:///usr/local/Singular/svn/trunk@5966 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/mpsr_Get.h

    rc98410 rede4b1  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mpsr_Get.h,v 1.11 2000-12-05 11:15:09 obachman Exp $ */
     4/* $Id: mpsr_Get.h,v 1.12 2002-03-07 18:45:52 Singular Exp $ */
    55/***************************************************************
    66 *
     
    4040
    4141typedef mpsr_sleftv * mpsr_leftv;
    42 extern omBin mpsr_sleftv_bin;
    4342
    4443/***************************************************************
  • Singular/structs.h

    rc98410 rede4b1  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: structs.h,v 1.60 2001-10-09 16:36:24 Singular Exp $ */
     6/* $Id: structs.h,v 1.61 2002-03-07 18:44:19 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    554554extern struct omBin_s* ip_smap_bin;
    555555extern struct omBin_s* ip_sring_bin;
    556 
    557 #endif
    558 
     556extern struct omBin_s* sleftv_bin;
     557
     558#endif
     559
  • Singular/subexpr.h

    rc98410 rede4b1  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: subexpr.h,v 1.31 2002-01-10 12:33:24 Singular Exp $ */
     6/* $Id: subexpr.h,v 1.32 2002-03-07 18:45:06 Singular Exp $ */
    77/*
    88* ABSTRACT: handling of leftv
     
    192192
    193193extern omBin_s* sSubexpr_bin;
    194 extern omBin_s* sleftv_bin;
    195194extern omBin_s* procinfo_bin;
    196195extern omBin_s* libstack_bin;
Note: See TracChangeset for help on using the changeset viewer.