Changeset 1e3015 in git for Singular/feread.cc


Ignore:
Timestamp:
Aug 3, 1998, 6:39:07 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '4bd32dfef92ec9f5ed8dceee82d14318ae147107')
Children:
cafa52caa8e468ad40ec914a2f25cc9574e078e6
Parents:
81da6babf16d8b6dcb49f991f1a18a9727cced73
Message:
* hanes: TCL-changes (febase.cc feread.cc iplib.cc misc.cc)


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

Legend:

Unmodified
Added
Removed
  • Singular/feread.cc

    r81da6ba r1e3015  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: feread.cc,v 1.17 1998-07-29 16:49:26 Singular Exp $ */
     4/* $Id: feread.cc,v 1.18 1998-08-03 16:39:05 Singular Exp $ */
    55/*
    66* ABSTRACT: input from ttys, simulating fgets
     
    1212#include "febase.h"
    1313#include "mmemory.h"
     14#ifdef HAVE_TCL
     15#include "ipid.h"
     16#endif
    1417
    1518#ifdef HAVE_FEREAD
     
    329332  if (tclmode)
    330333  {
    331     PrintTCLS('P',pr);
     334    if(currRing!=NULL) PrintTCLS('P',pr);
     335    else               PrintTCLS('U',pr);
    332336  }
    333337  else
     
    726730    if (tclmode)
    727731    {
    728       PrintTCLS('P',pr);
     732      if(currRing!=NULL) PrintTCLS('P',pr);
     733      else               PrintTCLS('U',pr);
    729734    }
    730735    else
Note: See TracChangeset for help on using the changeset viewer.