Skip to content

Commit be3b6f3

Browse files
committed
fix gcc warnings
1 parent dd868c5 commit be3b6f3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/wrterm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <config.h>
22
#include "term.h"
33
#include "lisp.h"
4+
#include "wrterm.h"
45

56
void
67
syms_of_wrterm (void)

src/wrterm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,6 @@ extern void syms_of_wrfns (void);
176176

177177
EXFUN (Fxw_display_color_p, 1);
178178
EXFUN (Fx_display_grayscale_p, 1);
179+
EXFUN (Fx_hide_tip, 0);
179180

180181
#endif // __WRTERM_H_

0 commit comments

Comments
 (0)