projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cef813
)
Fix typo in last patch.
author
Bruno Haible
<bruno@clisp.org>
Sat, 10 Mar 2007 15:03:27 +0000
(15:03 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 10 Mar 2007 15:03:27 +0000
(15:03 +0000)
ChangeLog
patch
|
blob
|
history
lib/stdint_.h
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index d57a31176610ad7711aee2699259816f0c187006..4a9e7919d4b4f2fa535e604734a78d976796c163 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2007-03-10 Bruno Haible <bruno@clisp.org>
+
+ * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
+
2007-03-10 Bruno Haible <bruno@clisp.org>
* modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
diff --git
a/lib/stdint_.h
b/lib/stdint_.h
index 098637fcdbe1c68123b565802e6c0d5c57058344..92d64539a0dd6b044ea9ba2738296b2392df66fc 100644
(file)
--- a/
lib/stdint_.h
+++ b/
lib/stdint_.h
@@
-179,7
+179,7
@@
#ifdef GL_INT64_T
# define int_least64_t int64_t
#endif
-#ifdef GL_UIN64_T
+#ifdef GL_UIN
T
64_T
# define uint_least64_t uint64_t
#endif