projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac25d5
)
; * src/haiku_support.h: Fix header coding style.
author
Po Lu
<luangruo@yahoo.com>
Fri, 15 Apr 2022 11:58:09 +0000
(11:58 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 15 Apr 2022 12:00:35 +0000
(12:00 +0000)
src/haiku_support.h
patch
|
blob
|
history
diff --git
a/src/haiku_support.h
b/src/haiku_support.h
index 237cedd8fc2b349c7e29b38f7c27c5dd45ba0de9..8462df268f8d8114351049b3b1ca735ef1487251 100644
(file)
--- a/
src/haiku_support.h
+++ b/
src/haiku_support.h
@@
-632,10
+632,10
@@
extern bool be_drag_message (void *, void *, bool, void (*) (void),
extern bool be_drag_and_drop_in_progress (void);
#ifdef __cplusplus
-extern void *find_appropriate_view_for_draw (void *
vw
);
+extern void *find_appropriate_view_for_draw (void *);
}
-extern _Noreturn void gui_abort (const char *
msg
);
+extern _Noreturn void gui_abort (const char *);
#endif /* _cplusplus */
#endif /* _HAIKU_SUPPORT_H_ */