Changeset c90500 in git for Singular/ipid.cc
- Timestamp:
- Nov 20, 2012, 4:50:00 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 3e7db4d961b4509d248e12d8e96e2bed08d9cfe8
- Parents:
- cecef07e441bf8e0ac3da94431b1ca83e92e753f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipid.cc
rcecef0 rc90500 29 29 #include <Singular/ipid.h> 30 30 #include <Singular/blackbox.h> 31 #include "feOpt.h"32 31 33 32 #ifdef HAVE_DYNAMIC_LOADING … … 153 152 //the types with the standard init: set the struct to zero 154 153 case LINK_CMD: 155 if (feOptValue(FE_OPT_NO_SHELL)) Werror("link data type is disallowed in restricted mode");156 154 return (void*) omAlloc0Bin(sip_link_bin); 157 155 case RING_CMD:
Note: See TracChangeset
for help on using the changeset viewer.