Changeset 26c8e6 in git
- Timestamp:
- Nov 8, 2012, 10:12:58 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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.