aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resp.cpp')
-rw-r--r--src/resp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resp.cpp b/src/resp.cpp
index 704c864..7167227 100644
--- a/src/resp.cpp
+++ b/src/resp.cpp
@@ -61,7 +61,7 @@ is_primitive(const PEnv& penv, const AST* ast)
return penv.primitives.find(sym->sym()) != penv.primitives.end();
}
-int
+static int
print_usage(char* name, bool error)
{
ostream& os = error ? cerr : cout;