mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
__ARGS
This commit is contained in:
@@ -2322,7 +2322,7 @@ gui_mch_destroy_sign(void *sign)
|
||||
gui_mch_create_beval_area(target, mesg, mesgCB, clientData)
|
||||
void *target;
|
||||
char_u *mesg;
|
||||
void (*mesgCB)__ARGS((BalloonEval *, int));
|
||||
void (*mesgCB)(BalloonEval *, int);
|
||||
void *clientData;
|
||||
{
|
||||
BalloonEval *beval;
|
||||
|
||||
Reference in New Issue
Block a user