Changeset 26c8e6 in git for Singular/ipid.cc
- Timestamp:
- Nov 8, 2012, 10:12:58 PM (11 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- f4f1c1ec9b2d7be3be1f0eccd74a710d8ef4a6b3
- Parents:
- 76fd43c4cd91e1809c1f7ea6f26f7526fa73f666
- git-author:
- Zoltán Kovács <zoltan@geogebra.org>2012-11-08 22:12:58+01:00
- git-committer:
- Zoltán Kovács <zoltan@geogebra.org>2012-11-08 23:28:35+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipid.cc
r76fd43 r26c8e6 29 29 #include <Singular/ipid.h> 30 30 #include <Singular/blackbox.h> 31 #include "feOpt.h" 31 32 32 33 #ifdef HAVE_DYNAMIC_LOADING … … 152 153 //the types with the standard init: set the struct to zero 153 154 case LINK_CMD: 155 if (feOptValue(FE_OPT_NO_SHELL)) Werror("not allowed"); 154 156 return (void*) omAlloc0Bin(sip_link_bin); 155 157 case RING_CMD:
Note: See TracChangeset
for help on using the changeset viewer.