Changeset a3bc95e in git for Singular/feOpt.cc


Ignore:
Timestamp:
Oct 9, 2001, 6:36:27 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7497ef3773fc1afff892546445b1d82b1cf0fb05
Parents:
e58c4abd91b68d128331a23f3f9dd76dff924048
Message:
*hannes: namespaces ->ns


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

Legend:

Unmodified
Added
Removed
  • Singular/feOpt.cc

    re58c4a ra3bc95e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: feOpt.cc,v 1.18 2001-09-19 09:49:37 Singular Exp $ */
     4/* $Id: feOpt.cc,v 1.19 2001-10-09 16:35:58 Singular Exp $ */
    55/*
    66* ABSTRACT: Implementation of option buisness
     
    6767  {"xterm",         required_argument,      LONG_OPTION_RETURN,
    6868   "XTERM",     "Use XTERM as terminal program to run Singular",          feOptString, 0,   0},
    69 #endif 
     69#endif
    7070
    7171  {"singular",          required_argument,  LONG_OPTION_RETURN,
     
    184184#elif defined(TSINGULAR)
    185185  fd = fopen("feOptTS.inc", "w");
    186 #else 
     186#else
    187187  fd = fopen("feOpt.inc", "w");
    188188#endif
     
    375375        else
    376376          sdb_flags = 0;
    377       #endif     
     377      #endif   
    378378        return NULL;
    379379
Note: See TracChangeset for help on using the changeset viewer.