Changeset 84c471 in git for Singular/febase.cc


Ignore:
Timestamp:
Jun 8, 1998, 11:17:49 AM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
53bb68880d25b78e978f135d2c2485025b491662
Parents:
5ce7a68eb0c8104e0924dd2bbf96c4e11d767959
Message:
* hannes: again fixes to WINNT-Cygwin32


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

Legend:

Unmodified
Added
Removed
  • Singular/febase.cc

    r5ce7a68 r84c471  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: febase.cc,v 1.47 1998-06-08 09:14:58 Singular Exp $ */
     4/* $Id: febase.cc,v 1.48 1998-06-08 09:17:49 Singular Exp $ */
    55/*
    66* ABSTRACT: i/o system
     
    360360#ifdef WINNT && __GNUC__
    361361// add utility function of Cygwin32:
    362 extern "C" int posix_path_list_p (const char *path);
     362extern "C" int cygwin32_posix_path_list_p (const char *path);
    363363#endif
    364364
     
    374374  {
    375375    #ifdef WINNT && __GNUC__
    376     char path_delim = posix_path_list_p (path) ? ':' : ';';
     376    char path_delim = cygwin32_posix_path_list_p (path) ? ':' : ';';
    377377    #else
    378378    char path_delim=FS_SEP;
Note: See TracChangeset for help on using the changeset viewer.