Changeset 7626c5f in git for Singular/ssiLink.cc


Ignore:
Timestamp:
Apr 8, 2011, 11:33:50 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
1da23e5a8e69792bb0f66403041e781d0ab13fa5
Parents:
f9e6d7592f3b35aaff38fe73f121615de78b162c
Message:
SIGTERM handler to close ssi links

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

Legend:

Unmodified
Added
Removed
  • Singular/ssiLink.cc

    rf9e6d7 r7626c5f  
    6767} ssiInfo;
    6868
    69 
    70 typedef struct
    71 {
    72   leftv u;
    73   si_link l;
    74   void * next;
    75 } link_struct;
    76 
    77 typedef link_struct* link_list;
    7869
    7970link_list ssiToBeClosed=NULL;
Note: See TracChangeset for help on using the changeset viewer.