]> git.saurik.com Git - minimal.git/commitdiff
Renamed status to _aprstatus for better escaping.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 22 Oct 2009 09:24:32 +0000 (09:24 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 22 Oct 2009 09:24:32 +0000 (09:24 +0000)
stdlib.h

index 71850dab30bc072f0e1c4ef9c25cc31760a8b7d9..1129f7930daa36fd804b93c9db91b575705a6d47 100644 (file)
--- a/stdlib.h
+++ b/stdlib.h
@@ -79,8 +79,8 @@
 
 #define _aprcall(expr) \
     do { \
-        apr_status_t status((expr)); \
-        _assert(status == APR_SUCCESS); \
+        apr_status_t _aprstatus((expr)); \
+        _assert(_aprstatus == APR_SUCCESS); \
     } while (false)
 
 #define _forever \