[svn:parrot] r37733 - trunk/src/io

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Mar 26 02:23:12 UTC 2009


Author: jkeenan
Date: Thu Mar 26 02:23:12 2009
New Revision: 37733
URL: https://trac.parrot.org/parrot/changeset/37733

Log:
Reverting last commit, as solution to coding standard problem caused build to break.

Modified:
   trunk/src/io/socket_unix.c

Modified: trunk/src/io/socket_unix.c
==============================================================================
--- trunk/src/io/socket_unix.c	Thu Mar 26 02:18:57 2009	(r37732)
+++ trunk/src/io/socket_unix.c	Thu Mar 26 02:23:12 2009	(r37733)
@@ -88,7 +88,7 @@
 */
 
 /* Helper macros to get sockaddr_in */
-#  define SOCKADDR(p, (t)) ((struct sockaddr_in*)VTABLE_get_pointer(interp, PARROT_SOCKET((p))->t))
+#  define SOCKADDR(p, t) ((struct sockaddr_in*)VTABLE_get_pointer(interp, PARROT_SOCKET((p))->t))
 
 
 PARROT_WARN_UNUSED_RESULT


More information about the parrot-commits mailing list