Changeset b39d4d in git for Singular/extra.cc
- Timestamp:
- Dec 18, 2000, 4:44:42 PM (23 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- e3dc1cc75eb8813142d38ad4d5b8638f5748228a
- Parents:
- 6a9b5a892f6ba5ac58be777a540985149140afae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r6a9b5a rb39d4d 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.15 2 2000-12-12 08:44:43obachman Exp $ */4 /* $Id: extra.cc,v 1.153 2000-12-18 15:44:39 obachman Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 8 8 9 9 #include <stdlib.h> 10 #if defined(__alpha) 11 extern "C" 12 { 13 int setenv(const char *name, const char *value, int overwrite); 14 } 15 #endif 16 10 17 #include <stdio.h> 11 18 #include <string.h> … … 346 353 if (feOptSpec[opt].type == feOptUntyped) 347 354 { 348 feSetOptValue(opt, NULL);355 feSetOptValue(opt,0); 349 356 return FALSE; 350 357 }
Note: See TracChangeset
for help on using the changeset viewer.