X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.h;h=82d3cd71c4cc870d2a2535faeedd22f489444ab3;hp=1d6b36aa1a57e87e2c61283a21627e0ab2271064;hb=594aec07b3b0511754129be74a8d643c38e1ae77;hpb=c5e38315901ea63efd169af5d4ba3f3c66db7de9 diff --git a/interactive.h b/interactive.h index 1d6b36aa..82d3cd71 100644 --- a/interactive.h +++ b/interactive.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Andre Noll + * Copyright (C) 2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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;}