Changeset b39d4d in git for Singular/extra.cc


Ignore:
Timestamp:
Dec 18, 2000, 4:44:42 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
e3dc1cc75eb8813142d38ad4d5b8638f5748228a
Parents:
6a9b5a892f6ba5ac58be777a540985149140afae
Message:
Dec alpha port


git-svn-id: file:///usr/local/Singular/svn/trunk@4933 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r6a9b5a rb39d4d  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.152 2000-12-12 08:44:43 obachman Exp $ */
     4/* $Id: extra.cc,v 1.153 2000-12-18 15:44:39 obachman Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    88
    99#include <stdlib.h>
     10#if defined(__alpha)
     11extern "C"
     12{
     13  int setenv(const char *name, const char *value, int overwrite);
     14}
     15#endif
     16
    1017#include <stdio.h>
    1118#include <string.h>
     
    346353      if (feOptSpec[opt].type == feOptUntyped)
    347354      {
    348         feSetOptValue(opt,NULL);
     355        feSetOptValue(opt,0);
    349356        return FALSE;
    350357      }
Note: See TracChangeset for help on using the changeset viewer.