Changeset 255b089 in git for Singular/febase.cc


Ignore:
Timestamp:
Apr 28, 1998, 11:00:46 AM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0787e680e60a0cb469ca236583f2840665910030
Parents:
647b6d92d5e7f20c242b53c60aee66c96150b30d
Message:
verbose as extern "C"
in feFopen macintosh --> __MWERKS__


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

Legend:

Unmodified
Added
Removed
  • Singular/febase.cc

    r647b6d9 r255b089  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: febase.cc,v 1.33 1998-04-27 14:47:03 Singular Exp $ */
     4/* $Id: febase.cc,v 1.34 1998-04-28 09:00:46 pohl Exp $ */
    55/*
    66* ABSTRACT: i/o system
     
    4848int     colmax = 80;
    4949char    prompt_char = '>'; /*1 either '>' or '.'*/
     50extern "C" {
    5051BITSET  verbose = 1
    5152                  | Sy_bit(V_REDEFINE)
     
    5354                  | Sy_bit(V_SHOW_USE)
    5455                  | Sy_bit(V_PROMPT)
    55 //                  | Sy_bit(V_DEBUG_MEM)
    56                   ;
     56/*                  | Sy_bit(V_DEBUG_MEM) */
     57;}
    5758BOOLEAN errorreported = FALSE;
    5859BOOLEAN feBatch;
     
    213214{
    214215  FILE * f=myfopen(path,mode);
    215 #ifdef macintosh
     216#ifdef __MWERKS__
    216217  if (f!=NULL)
    217218  {
     
    711712  return got;
    712713}
     714
     715
     716     
Note: See TracChangeset for help on using the changeset viewer.