Skip to content

Instantly share code, notes, and snippets.

@papaeye
papaeye / gist:2942146
Created June 16, 2012 18:18
A patch to build emacs 23.4 with clang
diff --git a/src/nsfont.m b/src/nsfont.m
index aaec130..cecaa10 100644
--- a/src/nsfont.m
+++ b/src/nsfont.m
@@ -1209,7 +1209,6 @@ nsfont_draw (struct glyph_string *s, int from, int to, int x, int y,
DPSstroke (context);
DPSgrestore (context);
- return to-from;
}