commit f88435a9477e1761b31ef57de11179ece9ad9f07 parent 954f8f5dd3280609a83c1bf094d18f3444499126 Author: sin <sin@2f30.org> Date: Wed, 14 May 2014 16:06:20 +0100 Staticise quoted() Diffstat:
M | parser.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parser.c b/parser.c @@ -227,7 +227,7 @@ sexpression(FILE *in) return NULL; } -int +static int quoted(struct object *o) { struct object *car;