]> code.delx.au - gnu-emacs/blobdiff - nt/inc/stdint.h
Update copyright year to 2016
[gnu-emacs] / nt / inc / stdint.h
index c8b3aba091642e9a45310fe35d65301c565bcb6e..adc6a1e2f2e4ba4a217db075c205751e8b4b0244 100644 (file)
@@ -1,6 +1,6 @@
 /* Replacement stdint.h file for building GNU Emacs on Windows.
 
-Copyright (C) 2011-2013 Free Software Foundation, Inc.
+Copyright (C) 2011-2016 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -65,6 +65,7 @@ typedef unsigned int uint32_t;
 
 #define PTRDIFF_MAX INTPTR_MAX
 #define PTRDIFF_MIN INTPTR_MIN
+#define SIZE_MAX UINTPTR_MAX
 
 #endif /* !__GNUC__ */