mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r16016@catbus: nickm | 2007-10-21 20:44:19 -0400
Check a platform assumption we have made without checking for too long: "Characters are represented in ascii." svn:r12088
This commit is contained in:
@@ -50,6 +50,10 @@
|
||||
#error "It seems your platform does not represent NULL as zero. We can't cope."
|
||||
#endif
|
||||
|
||||
#if 'a'!=97 || 'z'!=122 || 'A'!=65 || ' '!=32
|
||||
#error "It seems that you encode characters in something other than ASCII."
|
||||
#endif
|
||||
|
||||
/* ===== Compiler compatibility */
|
||||
|
||||
/* GCC can check printf types on arbitrary functions. */
|
||||
|
||||
Reference in New Issue
Block a user