You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2014/05/15 20:56:14 UTC

svn commit: r1595016 - /qpid/proton/trunk/proton-c/bindings/perl/perl.i

Author: rhs
Date: Thu May 15 18:56:14 2014
New Revision: 1595016

URL: http://svn.apache.org/r1595016
Log:
PROTON-549: removed redundant typedefs from perl.i

Modified:
    qpid/proton/trunk/proton-c/bindings/perl/perl.i

Modified: qpid/proton/trunk/proton-c/bindings/perl/perl.i
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/perl/perl.i?rev=1595016&r1=1595015&r2=1595016&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/perl/perl.i (original)
+++ qpid/proton/trunk/proton-c/bindings/perl/perl.i Thu May 15 18:56:14 2014
@@ -10,13 +10,6 @@
 #include <proton/driver_extras.h>
 %}
 
-typedef unsigned int size_t;
-typedef signed int ssize_t;
-typedef unsigned char uint8_t;
-typedef unsigned int uint32_t;
-typedef unsigned long int uint64_t;
-typedef int int32_t;
-
 %include <cstring.i>
 
 %typemap(in) pn_atom_t



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org