Changeset 2685a1 in git


Ignore:
Timestamp:
Jul 3, 1998, 3:07:46 PM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
900623b24eb75815b28c5808ba23c99ddb460760
Parents:
9ff0d97b66699f71fb363aaad777069f07f75cdd
Message:
CodeWarrior: macintosh => __MWERKS__


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

Legend:

Unmodified
Added
Removed
  • Singular/misc.cc

    r9ff0d9 r2685a1  
    77
    88#include <string.h>
    9 #include "mod2.h"
    10 #ifndef macintosh
    119#include <unistd.h>
    12 #endif
    1310#include <stdio.h>
    1411#include <stddef.h>
     
    1714#include <limits.h>
    1815
     16#include "mod2.h"
    1917#include "tok.h"
    2018#include "febase.h"
     
    748746#endif
    749747              StringAppend("random=%d\n",siRandomStart);
     748#ifndef __MWERKS__
    750749#ifdef HAVE_INFO
    751750              StringAppend("InfoFile   : %s\n", feGetInfoFile());
     
    754753              StringAppend("Singular   : %s\n",feGetExpandedExecutable());
    755754              return StringAppend("SearchPath : %s", feGetSearchPath());
    756 }
     755#endif
     756}
Note: See TracChangeset for help on using the changeset viewer.