# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1208940990 0 # Node ID 3a0a49151716e594224f576956ce758ba12e6393 # Parent aaff809b3a06e5483f08a807ef3340ae80538e29 (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]: Make functions non-static. diff -r aaff809b3a06 -r 3a0a49151716 src/xdisp.c --- a/src/xdisp.c Wed Apr 23 08:56:20 2008 +0000 +++ b/src/xdisp.c Wed Apr 23 08:56:30 2008 +0000 @@ -1700,7 +1700,10 @@ text, or we can't tell because W's current matrix is not up to date. */ -static struct glyph * +#ifndef HAVE_CARBON +static +#endif +struct glyph * x_y_to_hpos_vpos (w, x, y, hpos, vpos, dx, dy, area) struct window *w; int x, y; @@ -22079,7 +22082,10 @@ in 20.x as well, and I think it's too risky to install so near the release of 21.1. 2001-09-25 gerd. */ -static int +#ifndef HAVE_CARBON +static +#endif +int fast_find_position (w, charpos, hpos, vpos, x, y, stop) struct window *w; int charpos;