Changeset c19d54 in git for Singular/febase.cc


Ignore:
Timestamp:
Jul 10, 1998, 7:03:45 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
19fbf0a3717469b69ac8af448e962da5745a4ef3
Parents:
6cb9e2361fccb5dbb72754e77429220e5a8b6e13
Message:
* hannes: changes to HAVE_TCL


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

Legend:

Unmodified
Added
Removed
  • Singular/febase.cc

    r6cb9e2 rc19d54  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: febase.cc,v 1.59 1998-07-07 14:00:38 Singular Exp $ */
     4/* $Id: febase.cc,v 1.60 1998-07-10 17:03:43 Singular Exp $ */
    55/*
    66* ABSTRACT: i/o system
     
    836836}
    837837
    838 void PrintTCLS(char c, char *s)
    839 {
    840838#ifndef __MWERKS__
     839#ifdef HAVE_TCL
     840void PrintTCLS(const char c, const char *s)
     841{
    841842  int l=strlen(s);
    842843  if (l>0) PrintTCL(c,l,s);
    843 #endif
    844 }
     844}
     845#endif
     846#endif
    845847
    846848extern "C" {
     
    10571059  if (((c == '\003') || (c == 'C')) || (c == 'c'))
    10581060  {
    1059     m2_end(1);
     1061    m2_end(4);
    10601062  }
    10611063}
Note: See TracChangeset for help on using the changeset viewer.