Changeset 0095d9 in git


Ignore:
Timestamp:
Aug 5, 1998, 6:05:30 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c674395fb3142377b4839e3d380638c38357fda3
Parents:
a1c623b189c842c266f57c694e296da8f56a4a3b
Message:
* hannes: ignore warnings in batch mode


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

Legend:

Unmodified
Added
Removed
  • Singular/febase.cc

    ra1c623b r0095d9  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: febase.cc,v 1.64 1998-08-04 16:54:07 Singular Exp $ */
     4/* $Id: febase.cc,v 1.65 1998-08-05 16:05:30 Singular Exp $ */
    55/*
    66* ABSTRACT: i/o system
     
    922922  else
    923923#endif
     924#ifdef HAVE_MPSR
     925  if (!feBatch) /* ignore warnings in febatch-mode */
     926#endif
    924927  {
    925928    fwrite(warn_str,1,6,stdout);
Note: See TracChangeset for help on using the changeset viewer.