Changeset e554162 in git for Singular/grammar.cc


Ignore:
Timestamp:
Nov 22, 2011, 7:19:05 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8433482547cae25e8b3bbd39d7a1e85adcd3e5ae
Parents:
737b7c8c465e4892fcc4bee81dfba341b05829ac
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-22 19:19:05+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 01:24:53+01:00
Message:
CHG: INT_MAX -> MAX_INT_VAL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/grammar.cc

    r737b7c8 re554162  
    403403   The default value of `YYMAXDEPTH', if you do not define it, is 10000.
    404404*/
    405 #define YYMAXDEPTH INT_MAX
     405#define YYMAXDEPTH MAX_INT_VAL
    406406
    407407extern int   yylineno;
Note: See TracChangeset for help on using the changeset viewer.