Changeset 87ad70 in git for Singular/febase.cc


Ignore:
Timestamp:
Oct 29, 1998, 2:15:18 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '4bd32dfef92ec9f5ed8dceee82d14318ae147107')
Children:
aadd79c91366f59aad4cb660b4aa718a7e3bc300
Parents:
06da87746f5373c1b9d4629100737c938d3e30a1
Message:
FEREAD updated


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

Legend:

Unmodified
Added
Removed
  • Singular/febase.cc

    r06da87 r87ad70  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: febase.cc,v 1.68 1998-10-15 11:45:53 obachman Exp $ */
     4/* $Id: febase.cc,v 1.69 1998-10-29 13:15:15 Singular Exp $ */
    55/*
    66* ABSTRACT: i/o system
     
    179179#endif
    180180#ifdef PATH_DEBUG
    181     Print("I'm going to chatter about the Search path:\n");
     181    PrintS("I'm going to chatter about the Search path:\n");
    182182#endif
    183183    if (env != NULL)
     
    275275
    276276#ifdef PATH_DEBUG
    277   Print("Search for singular.hlp\n");
     277  PrintS("Search for singular.hlp\n");
    278278#endif
    279279
     
    535535    path_comps[i] = CleanUpName(path_comps[i]);
    536536#ifdef PATH_DEBUG
    537   Print("After CleanUpName: ");
     537  PrintS("After CleanUpName: ");
    538538  for (i=0; i<n_comps; i++)
    539539    Print("%s:", path_comps[i]);
     
    854854#ifndef __MWERKS__
    855855#ifdef HAVE_TCL
     856extern "C" {
    856857void PrintTCLS(const char c, const char *s)
    857858{
    858859  int l=strlen(s);
    859860  if (l>0) PrintTCL(c,l,s);
     861}
    860862}
    861863#endif
     
    995997#endif
    996998
     999extern "C" {
    9971000void PrintS(char *s)
    9981001{
     
    10771080}
    10781081
     1082/* end extern "C" */
     1083}
     1084
    10791085void fePause()
    10801086{
Note: See TracChangeset for help on using the changeset viewer.