]> git.eshelyaron.com Git - emacs.git/commit
* md5.c (md5_process_bytes): Use sizeof, not __alignof__.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Feb 2011 22:36:22 +0000 (14:36 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Feb 2011 22:36:22 +0000 (14:36 -0800)
commit33d605d0d1a5902ae1e8f9f9bed9e961233bbc43
tree8613ef5b1d73ff43ac5d963bee0d3417b98abba8
parentaca6915a1d31be73aa9ed6436f71834efd2b8b20
* md5.c (md5_process_bytes): Use sizeof, not __alignof__.

The difference doesn't matter here, in practice, and sizeof is
more portable to non-GCC compilers.  Also, this makes the code
match the already-existing comment.
src/ChangeLog
src/md5.c