Changeset 7626c5f in git for Singular/silink.h
- Timestamp:
- Apr 8, 2011, 11:33:50 AM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
- Children:
- 1da23e5a8e69792bb0f66403041e781d0ab13fa5
- Parents:
- f9e6d7592f3b35aaff38fe73f121615de78b162c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/silink.h
rf9e6d7 r7626c5f 103 103 104 104 int slStatusSsiL(lists L, int timeout); 105 106 typedef struct 107 { 108 leftv u; 109 si_link l; 110 void * next; 111 } link_struct; 112 113 typedef link_struct* link_list; 114 115 extern link_list ssiToBeClosed; 105 116 #endif // SILINK_H
Note: See TracChangeset
for help on using the changeset viewer.