Changeset 8542c2 in git for Singular


Ignore:
Timestamp:
Nov 29, 1999, 7:07:14 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
3a91bc84c680b5a14127999384ef2d3811214d62
Parents:
87cf50e9416dd9314b9a8f90febc962095c3359c
Message:
MAKE_DISTRIBUTION


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r87cf50 r8542c2  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.122 1999-11-29 14:46:53 Singular Exp $ */
     4/* $Id: extra.cc,v 1.123 1999-11-29 18:07:14 obachman Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    103103
    104104void piShowProcList();
     105#ifndef MAKE_DISTRIBUTION
    105106static BOOLEAN jjEXTENDED_SYSTEM(leftv res, leftv h);
     107#endif
    106108
    107109
     
    525527   #endif
    526528/*================= Extended system call ========================*/
    527 #ifdef HAVE_EXTENDED_SYSTEM
     529#ifndef MAKE_DISTRIBUTION
    528530     return(jjEXTENDED_SYSTEM(res, args));
    529531#else
Note: See TracChangeset for help on using the changeset viewer.