[BACK]Return to limits.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/limits.h between version 1.18 and 1.19

version 1.18, 2013/03/01 21:16:34 version 1.19, 2015/01/20 22:09:50
Line 96 
Line 96 
 #if __XPG_VISIBLE  #if __XPG_VISIBLE
 # if __XPG_VISIBLE < 600  # if __XPG_VISIBLE < 600
 #  define PASS_MAX              128     /* _PASSWORD_LEN from <pwd.h> */  #  define PASS_MAX              128     /* _PASSWORD_LEN from <pwd.h> */
 #  define TMP_MAX               308915776  #  define TMP_MAX               0x7fffffff /* more, but don't overflow int */
 # endif  # endif
   
 # if __XPG_VISIBLE < 700  # if __XPG_VISIBLE < 700

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19