]> git.eshelyaron.com Git - emacs.git/commit
Fix CCL_MOD typo
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Jan 2021 20:57:26 +0000 (12:57 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Jan 2021 20:58:18 +0000 (12:58 -0800)
commitaa2739bf1b9a045d94220b607c03b21dbbb7959d
tree919f99167377e5fe6c9fba1fc6d5e6f7219ca536
parenta1f603f0a388a519771ef77ae18f44a448a81c5a
Fix CCL_MOD typo

* src/ccl.c (ccl_driver): Fix typo that disabled the
checks for undefined behavior with integer remainder.
Problem caught by Oracle Studio 12.6.
src/ccl.c