You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/09/28 06:24:51 UTC

svn commit: r580213 - in /webservices/axis2/trunk/c/util/include: axutil_utils_defines.h platforms/unix/axutil_unix.h

Author: samisa
Date: Thu Sep 27 21:24:47 2007
New Revision: 580213

URL: http://svn.apache.org/viewvc?rev=580213&view=rev
Log:
Fixed build break

Modified:
    webservices/axis2/trunk/c/util/include/axutil_utils_defines.h
    webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h

Modified: webservices/axis2/trunk/c/util/include/axutil_utils_defines.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_utils_defines.h?rev=580213&r1=580212&r2=580213&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/axutil_utils_defines.h (original)
+++ webservices/axis2/trunk/c/util/include/axutil_utils_defines.h Thu Sep 27 21:24:47 2007
@@ -73,8 +73,7 @@
       */
 #if defined(__GNUC__)
 #if defined(__i386)
-#define AXIS2_CALL
-    __attribute__((cdecl))
+#define AXIS2_CALL __attribute__((cdecl))
 #else
 #define AXIS2_CALL
 
@@ -84,8 +83,7 @@
 #define AXIS2_CALL
 
 #else                           /* WIN32 */
-#define AXIS2_CALL
-    __stdcall
+#define AXIS2_CALL __stdcall
 #endif
 #endif
 #define AXIS2_THREAD_FUNC AXIS2_CALL

Modified: webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h?rev=580213&r1=580212&r2=580213&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h (original)
+++ webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h Thu Sep 27 21:24:47 2007
@@ -222,7 +222,7 @@
 #define AXIS2_W_OK W_OK         /* test for write permission */
 #define AXIS2_X_OK X_OK         /* test for execute or search permission */
 #define AXIS2_F_OK F_OK         /* test whether the directories leading to the file can be
-    searched and the file exists * /
+    searched and the file exists */
 
     /**
      * Platform specific environment variable access method



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org