]> git.eshelyaron.com Git - emacs.git/commit
Fix GNUstep build
authorAlan Third <alan@idiocy.org>
Sun, 11 Oct 2020 19:46:07 +0000 (20:46 +0100)
committerAlan Third <alan@idiocy.org>
Sun, 11 Oct 2020 19:47:59 +0000 (20:47 +0100)
commitdb7b4dbe946e09d0bcb211aff446ba72feab3b47
tree3b9444f657f2aaa760163a2766b283d6919ac0db
parent5a188cc4ed8083349ee9ecdfb5aff8cfa78bc408
Fix GNUstep build

Fix mistakes made when removing Cocoa code from nsfont.m.

* src/nsfont.m (nsfont_draw): Remove spurious #ifdef.
(ns_uni_to_glyphs): The #if/#endif was removed from this code, but the
code itself not removed.  Remove it now.
src/nsfont.m