Changeset 35fff9 in git for Singular/sing_mp.cc


Ignore:
Timestamp:
May 12, 1998, 12:35:24 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '4bd32dfef92ec9f5ed8dceee82d14318ae147107')
Children:
30438dcf0978029edd67d9406d26a77c5b9bf8e2
Parents:
c5f17b51af7c536183d0cfe793409b468aa9851f
Message:
* default launch applications without --no-rc and --no-stdlib


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

Legend:

Unmodified
Added
Removed
  • Singular/sing_mp.cc

    rc5f17b r35fff9  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: sing_mp.cc,v 1.15 1998-04-16 16:10:23 obachman Exp $ */
     4/* $Id: sing_mp.cc,v 1.16 1998-05-12 10:35:24 obachman Exp $ */
    55
    66/*
     
    227227      nappl = (char*) Alloc(MAXPATHLEN + 24);
    228228      strcpy(nappl, appl);
    229       strcat(nappl, " -bq --no-stdlib --no-rc");
     229      strcat(nappl, " -bq");
    230230      appl = nappl;
    231231    }
Note: See TracChangeset for help on using the changeset viewer.