Changeset e39eb55 in git


Ignore:
Timestamp:
Aug 12, 2011, 10:20:39 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
56d3c66235e3148151d587d3e4b7e9e3e86bd342
Parents:
74bb49bd78c4c6f75879051c97675236707b61f0
Message:
fix tr. 355 again

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

Legend:

Unmodified
Added
Removed
  • Singular/grammar.cc

    r74bb49 re39eb55  
    32513251            if (b!=NULL)
    32523252            {
    3253               if (yyvsp[-6].lv.rtyp==IDHDL)
    3254                 newRingHdl=enterid(ring_name, myynest, RING_CMD,
     3253              newRingHdl=enterid(ring_name, myynest, RING_CMD,
    32553254                                   &(yyvsp[-6].lv.req_packhdl->idroot),FALSE);
    32563255              yyvsp[-6].lv.CleanUp();
  • Singular/grammar.y

    r74bb49 re39eb55  
    12871287            if (b!=NULL)
    12881288            {
    1289               if ($2.rtyp==IDHDL)
    12901289              newRingHdl=enterid(ring_name, myynest, RING_CMD,
    12911290                                   &($2.req_packhdl->idroot),FALSE);
  • Singular/ipid.cc

    r74bb49 re39eb55  
    233233idhdl enterid(const char * s, int lev, int t, idhdl* root, BOOLEAN init, BOOLEAN search)
    234234{
     235  if (s==NULL) return NULL;
    235236  idhdl h;
    236237  s=omStrDup(s);
Note: See TracChangeset for help on using the changeset viewer.