diff options
Diffstat (limited to 'src/widget.c')
-rw-r--r-- | src/widget.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/widget.c b/src/widget.c index 28bb475ddfa..97b4196f682 100644 --- a/src/widget.c +++ b/src/widget.c @@ -32,6 +32,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include "widget.h" #include <stdio.h> +#include <stdlib.h> #include "lisp.h" #include "xterm.h" @@ -211,16 +212,6 @@ mark_shell_size_user_specified (Widget wmshell) #endif -/* Can't have static frame locals because of some broken compilers. - Normally, initializing a variable like this doesn't work in emacs, - but it's ok in this file because it must come after lastfile (and - thus have its data not go into text space) because Xt needs to - write to initialized data objects too. - */ -#if 0 -static Boolean first_frame_p = True; -#endif - static void set_frame_size (EmacsFrame ew) { |