Changeset 6123fa2 in git for Singular/febase.h


Ignore:
Timestamp:
Sep 21, 1999, 4:44:59 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e874ad4d87f4276d7b99b274b118e8d6d8e6280c
Parents:
9f8d5d3ce9044926152c6915b3b05def5c0129a8
Message:
* on start-up look also for .singularrc in path
* febase: * allow .files to be loaded
          * allow loading of files only from path (not cwd)


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

Legend:

Unmodified
Added
Removed
  • Singular/febase.h

    r9f8d5d r6123fa2  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: febase.h,v 1.37 1999-09-20 18:03:47 obachman Exp $ */
     6/* $Id: febase.h,v 1.38 1999-09-21 14:44:58 obachman Exp $ */
    77/*
    88* ABSTRACT: basic i/o
     
    170170 *
    171171 *****************************************************************/
    172 FILE *  feFopen(char *path, char *mode, char *where=NULL, int useWerror=FALSE);
     172FILE *  feFopen(char *path, char *mode, char *where=NULL, int useWerror=FALSE,
     173                int path_only=FALSE);
     174
    173175#ifndef __MWERKS__
    174176#ifdef HAVE_TCL
Note: See TracChangeset for help on using the changeset viewer.