Base code merged to SPIN 2.4
[platform/upstream/curl.git] / src / tool_setopt.h
index cd144bc..fcba94c 100644 (file)
@@ -28,8 +28,8 @@
  */
 
 #define SETOPT_CHECK(v) do { \
-  res = (v); \
-  if(res) \
+  result = (v); \
+  if(result) \
     goto show_error; \
 } WHILE_FALSE