summaryrefslogtreecommitdiffstats
path: root/src/translators/btparse/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators/btparse/ast.c')
-rw-r--r--src/translators/btparse/ast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/btparse/ast.c b/src/translators/btparse/ast.c
index d433f79..cec919a 100644
--- a/src/translators/btparse/ast.c
+++ b/src/translators/btparse/ast.c
@@ -157,7 +157,7 @@ zzfree_ast(AST *tree)
AST *zztmake(AST *rt, ...)
{
va_list ap;
- register AST *child, *sibling=NULL, *tail, *w;
+ AST *child, *sibling=NULL, *tail, *w;
AST *root;
va_start(ap, rt);