Changeset 51c97f in git for Singular/ipshell.cc


Ignore:
Timestamp:
Jan 11, 2012, 4:37:55 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
05f61f87ba0abf26d60c77072904adbd11f867c0
Parents:
6c98d526bf15bb5a2845bfd4fb4f54474229668c
Message:
partially seperate feResources
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r6c98d52 r51c97f  
    49324932}
    49334933
    4934 const short MAX_SHORT = SHRT_MAX; // (1 << (sizeof(short)*8)) - 1;
     4934const short MAX_SHORT = 32767; // (1 << (sizeof(short)*8)) - 1;
    49354935
    49364936////////////////////
Note: See TracChangeset for help on using the changeset viewer.