changeset 20038:bb460edc7187

(set_menu_bar_lines): Make the function external instead of static (MS-DOS needs to call it).
author Eli Zaretskii <eliz@gnu.org>
date Mon, 13 Oct 1997 16:57:32 +0000
parents a4042bd1c038
children 83d32ee54f68
files src/frame.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Mon Oct 13 16:52:09 1997 +0000
+++ b/src/frame.c	Mon Oct 13 16:57:32 1997 +0000
@@ -167,7 +167,7 @@
     }
 }
 
-static void
+void
 set_menu_bar_lines (f, value, oldval)
      struct frame *f;
      Lisp_Object value, oldval;