summaryrefslogtreecommitdiffhomepage
path: root/auto/types/typedef
diff options
context:
space:
mode:
Diffstat (limited to 'auto/types/typedef')
-rw-r--r--auto/types/typedef5
1 files changed, 2 insertions, 3 deletions
diff --git a/auto/types/typedef b/auto/types/typedef
index 697190097..d81229331 100644
--- a/auto/types/typedef
+++ b/auto/types/typedef
@@ -28,9 +28,8 @@ do
$NGX_INCLUDE_INTTYPES_H
int main() {
- $ngx_try i;
- i = 0;
- return 0;
+ $ngx_try i = 0;
+ return (int) i;
}
END