Step with debug compiling with Clang, to contrast with GCC
[open-adventure.git] / misc.c
diff --git a/misc.c b/misc.c
index c4dc35124b4e9885007e4110f85cad7d7163125e..f3b0f3dcf33675cf166e45d50689d42064bade2a 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -135,7 +135,7 @@ void wordclear(token_t *v)
 
 /*  I/O routines (speak, pspeak, rspeak, sspeak, get_input, yes) */
 
-void vspeak(const char* msg, bool blank, va_list ap)
+static void vspeak(const char* msg, bool blank, va_list ap)
 {
     // Do nothing if we got a null pointer.
     if (msg == NULL)