Changeset 472f39 in git for Singular/ipid.cc


Ignore:
Timestamp:
Jul 6, 1999, 3:35:34 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ce7ba606241efb95de4d1ab5581428b7143b3be2
Parents:
acfbb5a85f3eb92ffdb442a04348bd0186e1785b
Message:
* hannes: gmalloc.c: 64-bit cleanups (part 1)
          ipid.h, subexpr.h: aligment changes
	  ipid.cc: new funktion: idrec::String (for idhdl)
	  silink.cc: slReadAscii2 introduced,
	  silink.cc: String-fixes for idhdl


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

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    racfbb5a r472f39  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipid.cc,v 1.32 1999-05-06 16:53:24 Singular Exp $ */
     4/* $Id: ipid.cc,v 1.33 1999-07-06 13:35:32 Singular Exp $ */
    55
    66/*
     
    202202}
    203203
     204char * idrec::String()
     205{
     206  sleftv tmp;
     207  memset(&tmp,0,sizeof(sleftv));
     208  tmp.rtyp=IDTYP(this);
     209  tmp.data=IDDATA(this);
     210  tmp.name=IDID(this);
     211  return tmp.String();
     212
     213
     214
    204215//#define KAI
    205216idhdl enterid(char * s, int lev, idtyp t, idhdl* root, BOOLEAN init)
Note: See TracChangeset for help on using the changeset viewer.