Changeset 1a11bc in git


Ignore:
Timestamp:
May 6, 1998, 1:54:43 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
0c54e44f7274e9beec2acf529bd2151fcd228357
Parents:
4848a2df429eeb0b0954d45b9d24bc25f3de65b1
Message:
* hannes: changed order of options (for "mainHelp")


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

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    r4848a2 r1a11bc  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.38 1998-05-04 17:17:26 Singular Exp $ */
     4/* $Id: tesths.cc,v 1.39 1998-05-06 11:54:43 Singular Exp $ */
    55
    66/*
     
    6161  {LON_BATCH,             0,  0,  'b'},
    6262#endif
     63  {LON_EXECUTE,           1,  0,  'c'},
     64  {LON_ECHO,              2,  0,  'e'},
    6365  {LON_HELP,              0,  0,  'h'},
    6466  {LON_QUIET,             0,  0,  'q'},
     67  {LON_RANDOM,            1,  0,  'r'},
    6568  {LON_NO_TTY,            0,  0,  't'},
     69  {LON_USER_OPTION,       1,  0,  'u'},
    6670  {LON_VERSION,           0,  0,  'v'},
    6771#ifdef HAVE_TCL
    6872  {LON_TCLMODE,           0,  0,  'x'},
    6973#endif
    70   {LON_ECHO,              2,  0,  'e'},
    71   {LON_EXECUTE,           1,  0,  'c'},
    72   {LON_RANDOM,            1,  0,  'r'},
    73   {LON_USER_OPTION,       1,  0,  'u'},
    7474  {LON_NO_STDLIB,         0,  0,  0},
    7575  {LON_NO_RC,             0,  0,  0},
Note: See TracChangeset for help on using the changeset viewer.