aboutsummaryrefslogtreecommitdiff
path: root/statement.c
diff options
context:
space:
mode:
Diffstat (limited to 'statement.c')
-rw-r--r--statement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/statement.c b/statement.c
index d26e17c..1110698 100644
--- a/statement.c
+++ b/statement.c
@@ -36,7 +36,7 @@ static statement_t **last = &StatementList;
statement_t *
stAlloc(void)
{
- register statement_t *new;
+ statement_t *new;
new = malloc(sizeof *new);
if (new == stNULL)