Merge branch 'refs/heads/t/portable_io'
[paraslash.git] / interactive.h
index e6d53dee81ec13853a403cbfbedbf68b43accb2d..82d3cd71c4cc870d2a2535faeedd22f489444ab3 100644 (file)
@@ -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;}