Changeset ec7aac in git for Singular/extra.cc


Ignore:
Timestamp:
Sep 4, 2000, 3:39:07 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8182566374498249e2b792f81674c989133b3157
Parents:
f79b94c8adc79f43ad62226ffdef9b173ed9fb4a
Message:
* replaced prProcs by fast poly procs
* fixed various memory leaks
* added dError stuff


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    rf79b94c rec7aac  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.139 2000-08-24 14:42:39 obachman Exp $ */
     4/* $Id: extra.cc,v 1.140 2000-09-04 13:38:55 obachman Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    655655        if (fd == NULL)
    656656          Warn("Can not open %s for writing og mtrack. Using stdout");
     657        omMarkAsStaticAddr(h);
    657658      }
    658659      omPrintUsedTrackAddrs((fd == NULL ? stdout : fd));
     
    676677        if (fd == NULL)
    677678          Warn("Can not open %s for writing og mtrack. Using stdout");
     679        omMarkAsStaticAddr(h);
    678680      }
    679681      // OB: TBC print to fd
Note: See TracChangeset for help on using the changeset viewer.