aboutsummaryrefslogtreecommitdiff
path: root/include/lyn/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lyn/ast.h')
-rw-r--r--include/lyn/ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lyn/ast.h b/include/lyn/ast.h
index ba9a0d5..4910aa8 100644
--- a/include/lyn/ast.h
+++ b/include/lyn/ast.h
@@ -14,7 +14,7 @@ struct lyn_value {
union {
long long i;
double d;
- const char *s;
+ char *s;
struct vec args;
};
};