Changeset 07dacd in git for Singular/tesths.cc


Ignore:
Timestamp:
Jul 1, 1997, 5:41:55 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
52810913e91e34d44e466f459d28b0a87d286a5a
Parents:
ba65c470b2b0569a9585d1b74779e6be2377ec6f
Message:
* hannes: clean up  unused code: binom.cc extra.cc scanner.cc scanner.l
                                 numbers.cc numbers.h
          recovery with setjmp/longjmp: tesths.cc cntrlc.cc cntrlc.h
          changed error messages: ipassign.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    rba65c4 r07dacd  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.19 1997-06-20 10:19:05 obachman Exp $ */
     4/* $Id: tesths.cc,v 1.20 1997-07-01 15:41:55 Singular Exp $ */
    55
    66/*
     
    4646
    4747/*0 implementation*/
    48 char * thisfile;
    4948int main(          /* main entry to Singular */
    5049    int argc,      /* number of parameter */
    5150    char** argv)   /* parameter array */
    5251{
     52  char * thisfile;
    5353  /* initialize components */
    5454  siRandomStart=inits();
     
    296296#endif
    297297#endif
     298  setjmp(si_start_jmpbuf);
    298299  yyparse();
    299300#endif
Note: See TracChangeset for help on using the changeset viewer.