Changeset b2a49b in git for Singular/LIB/general.lib


Ignore:
Timestamp:
Sep 27, 1999, 7:54:57 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
a6312edfb1f70ae85db1956e81afaabf54b79df1
Parents:
793a4da836b9a776100b320e7295d47093670104
Message:
*hannes: cannot kill proc which are in use


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/general.lib

    r793a4d rb2a49b  
    1 // $Id: general.lib,v 1.20 1999-09-23 12:13:38 Singular Exp $
     1// $Id: general.lib,v 1.21 1999-09-27 17:54:57 Singular Exp $
    22//GMG, last modified 18.6.99
    33///////////////////////////////////////////////////////////////////////////////
    44
    5 version="$Id: general.lib,v 1.20 1999-09-23 12:13:38 Singular Exp $";
     5version="$Id: general.lib,v 1.21 1999-09-27 17:54:57 Singular Exp $";
    66info="
    77LIBRARY:  general.lib   PROCEDURES OF GENERAL TYPE
     
    434434          for ( joni=size(L); joni>0; joni-- )
    435435          {
    436              if( L[joni]=="LIB" or typeof(`L[joni]`)=="proc" )
     436             if((L[joni]!="killall") and (L[joni]=="LIB" or typeof(`L[joni]`)=="proc"))
    437437               { kill `L[joni]`; }
    438438          }
Note: See TracChangeset for help on using the changeset viewer.