]> git.eshelyaron.com Git - emacs.git/commit
Fix DARWIN_OS_CASE_SENSITIVE_FIXME==2 false alarm
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 May 2017 03:40:42 +0000 (20:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 May 2017 03:42:35 +0000 (20:42 -0700)
commit7e3e51f4e288379be6a8731b739b63b9386940f7
tree42ea05ba98ad0fbddeabd137dba00c6b6c5cf0e5
parentaf4ac3dc852647e5ea41be5ffc387be591978aee
Fix DARWIN_OS_CASE_SENSITIVE_FIXME==2 false alarm

* src/fileio.c (file_name_case_insensitive_p):
Don’t compile the (DARWIN_OS_CASE_SENSITIVE_FIXME == 2)
code unless DARWIN_OS_CASE_SENSITIVE_FIXME is 2.
Problem reported by Philipp Stephani in:
http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00495.html
src/fileio.c