X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.h;h=82d3cd71c4cc870d2a2535faeedd22f489444ab3;hp=e6d53dee81ec13853a403cbfbedbf68b43accb2d;hb=66b97974ebba5c6ea967b713f84f62a1b72da8d2;hpb=94802b02fadd65ac1704fe9fcbcf0a2b023d2fa4 diff --git a/interactive.h b/interactive.h index e6d53dee..82d3cd71 100644 --- a/interactive.h +++ b/interactive.h @@ -33,7 +33,7 @@ struct i9e_completion_result { * * \param name Determines the name of the function to be defined. */ -#define I9E_DUMMY_COMPLETER(name) void name ## _completer( \ +#define I9E_DUMMY_COMPLETER(name) static void name ## _completer( \ __a_unused struct i9e_completion_info *ciname, \ struct i9e_completion_result *result) {result->matches = NULL;}