+2013-09-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ * xdisp.c (Ftool_bar_lines_needed): Declare as 'const' if ifdeffed out,
+ avoiding a GCC warning.
+
2013-09-11 Dmitry Antipov <dmantipov@yandex.ru>
Ifdef away frame tool bar code when it is not really used.
#endif /* !USE_GTK && !HAVE_NS */
+#if defined USE_GTK || defined HAVE_NS
+EXFUN (Ftool_bar_lines_needed, 1) ATTRIBUTE_CONST;
+#endif
+
DEFUN ("tool-bar-lines-needed", Ftool_bar_lines_needed, Stool_bar_lines_needed,
0, 1, 0,
doc: /* Return the number of lines occupied by the tool bar of FRAME.