summaryrefslogtreecommitdiffstats
path: root/client/windows/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/windows/stdint.h')
-rw-r--r--client/windows/stdint.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/client/windows/stdint.h b/client/windows/stdint.h
index 768ca033..eaeb1996 100644
--- a/client/windows/stdint.h
+++ b/client/windows/stdint.h
@@ -338,21 +338,21 @@ typedef unsigned long long uintmax_t;
Accoding to Douglas Gwyn <gwyn@arl.mil>:
- "This spec was changed in ISO/IEC 9899:1999 TC1; in ISO/IEC
+ "This spec was changed in ISO/IEC 9899:1999 TC1; in ISO/IEC
- 9899:1999 as initially published, the expansion was required
+ 9899:1999 as initially published, the expansion was required
- to be an integer constant of precisely matching type, which
+ to be an integer constant of precisely matching type, which
- is impossible to accomplish for the shorter types on most
+ is impossible to accomplish for the shorter types on most
- platforms, because C99 provides no standard way to designate
+ platforms, because C99 provides no standard way to designate
- an integer constant with width less than that of type int.
+ an integer constant with width less than that of type int.
- TC1 changed this to require just an integer constant
+ TC1 changed this to require just an integer constant
- *expression* with *promoted* type."
+ *expression* with *promoted* type."
*/