summaryrefslogtreecommitdiff
path: root/main/ast_expr2.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/ast_expr2.c')
-rw-r--r--main/ast_expr2.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/main/ast_expr2.c b/main/ast_expr2.c
index 215f8312f..4b06ffe91 100644
--- a/main/ast_expr2.c
+++ b/main/ast_expr2.c
@@ -98,10 +98,7 @@
#include <sys/types.h>
#include <stdio.h>
-#if !defined(STANDALONE) && !defined(STANDALONE2) \
-
-ASTERISK_REGISTER_FILE()
-#else
+#if defined(STANDALONE) || defined(STANDALONE2)
#ifndef __USE_ISOC99
#define __USE_ISOC99 1
#endif