Changeset b042de9 in git for Singular/tesths.cc


Ignore:
Timestamp:
Oct 12, 2010, 5:08:20 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
80d1ac779c2fc16b4cf18cd3b8b9da7686ea79c9
Parents:
f86c483adff92eaa95fe133be87f5d14b7f57b61
Message:
new table generation, p3

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

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    rf86c48 rb042de9  
    146146  jjInitTab1();
    147147#endif
    148 #ifdef GENTABLE
    149   extern void ttGen1();
    150   extern void ttGen2b();
    151   extern void ttGen4();
    152   extern void mpsr_ttGen(); // For initialization of (CMD, MP_COP) tables
    153   extern char *iparith_inc;
    154   #ifdef HAVE_MPSR
    155   extern char *mpsr_Tok_inc;
    156   #endif
    157   mpsr_ttGen();
    158   ttGen4();
    159   ttGen1();
    160   ttGen2b();
    161   rename(iparith_inc,"iparith.inc");
    162   rename("plural_cmd.xx","plural_cmd.inc");
    163   #ifdef HAVE_MPSR
    164   rename(mpsr_Tok_inc,"mpsr_Tok.inc");
    165   #endif
    166 #else
    167148  // Don't worry: ifdef OM_NDEBUG, then all these calls are undef'ed
    168149  omInitRet_2_Info(argv[0]);
     
    350331  yyparse();
    351332  m2_end(0);
    352 #endif
    353333  return 0;
    354334}
Note: See TracChangeset for help on using the changeset viewer.