Changeset 51c97f in git for Singular/ipshell.cc
- Timestamp:
- Jan 11, 2012, 4:37:55 PM (12 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 05f61f87ba0abf26d60c77072904adbd11f867c0
- Parents:
- 6c98d526bf15bb5a2845bfd4fb4f54474229668c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r6c98d52 r51c97f 4932 4932 } 4933 4933 4934 const short MAX_SHORT = SHRT_MAX; // (1 << (sizeof(short)*8)) - 1;4934 const short MAX_SHORT = 32767; // (1 << (sizeof(short)*8)) - 1; 4935 4935 4936 4936 ////////////////////
Note: See TracChangeset
for help on using the changeset viewer.