summaryrefslogtreecommitdiff
path: root/ext/standard/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/crypt.c')
-rw-r--r--ext/standard/crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c
index 801282bc76..3cc610c502 100644
--- a/ext/standard/crypt.c
+++ b/ext/standard/crypt.c
@@ -179,7 +179,7 @@ PHP_FUNCTION(crypt)
return_value->type = IS_STRING;
pval_copy_constructor(return_value);
#else
- PHP_NOT_IN_THIS_BUILD;
+ PHP_NOT_IN_THIS_BUILD();
#endif /* HAVE_CRYPT */
}
/* }}} */