[or-cvs] The spelling is "d-e-f-i-n-e".
Nick Mathewson
nickm at seul.org
Wed Nov 3 00:02:19 UTC 2004
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv24104/src/common
Modified Files:
compat.h
Log Message:
The spelling is "d-e-f-i-n-e".
Index: compat.h
===================================================================
RCS file: /home/or/cvsroot/src/common/compat.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- compat.h 2 Nov 2004 22:14:34 -0000 1.4
+++ compat.h 3 Nov 2004 00:02:17 -0000 1.5
@@ -65,7 +65,7 @@
#ifdef MS_WINDOWS
#define U64_PRINTF_ARG(a) (a)
#define U64_SCANF_ARG(a) (a)
-#dfeine U64_FORMAT "%I64u"
+#define U64_FORMAT "%I64u"
#else
#define U64_PRINTF_ARG(a) ((long long unsigned int)a)
#define U64_SCANF_ARG(a) ((long long unsigned int*)a)
More information about the tor-commits
mailing list