diff options
| author | Eli Zaretskii | 2013-09-05 14:00:55 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-09-05 14:00:55 +0300 |
| commit | e7873136dd8dbacbbebf534500355d29a07fed8e (patch) | |
| tree | e84dbf7101c2a271a12da76d6f17a3c7767ad874 /src/menu.h | |
| parent | 50a5f95ec5e610e8edbe09b03388c83684d87fd7 (diff) | |
| download | emacs-e7873136dd8dbacbbebf534500355d29a07fed8e.tar.gz emacs-e7873136dd8dbacbbebf534500355d29a07fed8e.zip | |
Fixed C compilation problems.
Diffstat (limited to 'src/menu.h')
| -rw-r--r-- | src/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.h b/src/menu.h index c2dd376fcbb..cdc1838ff9f 100644 --- a/src/menu.h +++ b/src/menu.h | |||
| @@ -51,6 +51,6 @@ extern Lisp_Object ns_menu_show (struct frame *, int, int, bool, bool, | |||
| 51 | Lisp_Object, const char **); | 51 | Lisp_Object, const char **); |
| 52 | extern Lisp_Object xmenu_show (struct frame *, int, int, bool, bool, | 52 | extern Lisp_Object xmenu_show (struct frame *, int, int, bool, bool, |
| 53 | Lisp_Object, const char **, Time); | 53 | Lisp_Object, const char **, Time); |
| 54 | extern Lisp_Object tty_menu_show (FRAME_PTR, int, int, int, int, | 54 | extern Lisp_Object tty_menu_show (struct frame *, int, int, int, int, |
| 55 | Lisp_Object, const char **); | 55 | Lisp_Object, const char **); |
| 56 | #endif /* MENU_H */ | 56 | #endif /* MENU_H */ |