Changeset 0687e48 in git for Singular/ipprint.cc


Ignore:
Timestamp:
Apr 20, 1999, 1:25:50 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7c0745a074f1698979a57dcb6b2c59a48277e802
Parents:
866b07a1b005c384f64db1a223794a9cd1aeee20
Message:
*hannes: type_cmd


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

Legend:

Unmodified
Added
Removed
  • Singular/ipprint.cc

    r866b07 r0687e48  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipprint.cc,v 1.11 1999-04-19 11:02:39 obachman Exp $ */
     4/* $Id: ipprint.cc,v 1.12 1999-04-20 11:25:50 Singular Exp $ */
    55/*
    66* ABSTRACT: interpreter: printing
     
    349349  {
    350350    SPrintStart();
    351     type_cmd((idhdl) u);
     351    if (u->rtyp==IDHDL) type_cmd((idhdl) (u->data));
     352    else type_cmd((idhdl) u);
    352353    res->data = SPrintEnd();
    353354  }
     
    379380  return FALSE;
    380381}
    381 
    382 
    383 
    384 
    385 
    386 
    387 
    388 
    389 
    390 
    391 
    392 
    393 
    394 
Note: See TracChangeset for help on using the changeset viewer.