X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.h;h=82d3cd71c4cc870d2a2535faeedd22f489444ab3;hp=8e436755bef81d726a1ed1a71dcd2f4a0fea8231;hb=80541d0f045e1ed57332800eff9832e0a5b72ddf;hpb=ff12b505b227585daf5aecc822d6b2e8841c2be7 diff --git a/interactive.h b/interactive.h index 8e436755..82d3cd71 100644 --- a/interactive.h +++ b/interactive.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 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;}