1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

* src/nsmenu.m: Use #include <config.h> instead of "config.h".

This commit is contained in:
Dan Nicolaescu 2010-11-23 11:36:48 -08:00
parent b932f8b17e
commit b29116efce
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
* nsmenu.m: Use #include <config.h> instead of "config.h".
* term.c (Qglyphless_char,last_glyphless_glyph_frame)
(last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
Move declarations ...

View file

@ -23,7 +23,7 @@ Carbon version by Yamamoto Mitsuharu. */
/* This should be the first include, as it may set up #defines affecting
interpretation of even the system includes. */
#include "config.h"
#include <config.h>
#include <setjmp.h>
#include "lisp.h"