OSDN Git Service

pass the lha-test10
[lha/olha.git] / encode.c
index c771ac7..7f05d42 100644 (file)
--- a/encode.c
+++ b/encode.c
@@ -144,7 +144,7 @@ replace_node(node old, node new)
     parent[new] = parent[old];
 }
 
-void
+static void
 split(struct match_t *match, node old)
 {
     node new, t;