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 2005/10/13 06:25:25 UTC

svn commit: r320650 - /webservices/axis2/trunk/c/include/axis2_defines.h

Author: samisa
Date: Wed Oct 12 21:25:18 2005
New Revision: 320650

URL: http://svn.apache.org/viewcvs?rev=320650&view=rev
Log:
axis2_char_t related changes

Modified:
    webservices/axis2/trunk/c/include/axis2_defines.h

Modified: webservices/axis2/trunk/c/include/axis2_defines.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_defines.h?rev=320650&r1=320649&r2=320650&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_defines.h (original)
+++ webservices/axis2/trunk/c/include/axis2_defines.h Wed Oct 12 21:25:18 2005
@@ -8,7 +8,7 @@
  
 #include <stddef.h>
 
-typedef char axis2_char_t_t;
+typedef char axis2_char_t;
 typedef unsigned int axis2_ssize_t;
 
 #define AXIS2_TRUE 1