Changeset b994f69 in git


Ignore:
Timestamp:
Apr 8, 1998, 3:07:49 PM (25 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
41bcd79e2675c701bdaeb8b5d9e33602f5841f39
Parents:
41e149d29e021987bb189509b26919708bad6e45
Message:
Metrowerks knows unistd.h


git-svn-id: file:///usr/local/Singular/svn/trunk@1361 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/attrib.cc

    r41e149 rb994f69  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: attrib.cc,v 1.8 1997-06-09 12:23:58 Singular Exp $ */
     4/* $Id: attrib.cc,v 1.9 1998-04-08 13:07:49 pohl Exp $ */
    55
    66/*
     
    1212#include <string.h>
    1313#include <ctype.h>
    14 
    15 #ifndef macintosh
    1614#include <unistd.h>
    17 #endif
    1815
    1916#include "mod2.h"
  • Singular/iparith.cc

    r41e149 rb994f69  
    1313#include <time.h>
    1414
    15 #ifndef macintosh
    1615#include <unistd.h>
    17 #endif
    1816
    1917#include "mod2.h"
Note: See TracChangeset for help on using the changeset viewer.