You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/04/18 08:28:00 UTC

svn commit: r766241 - /commons/sandbox/runtime/trunk/src/main/native/include/acr_private.h

Author: mturk
Date: Sat Apr 18 06:28:00 2009
New Revision: 766241

URL: http://svn.apache.org/viewvc?rev=766241&view=rev
Log:
Remove V2P macro.

Modified:
    commons/sandbox/runtime/trunk/src/main/native/include/acr_private.h

Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_private.h
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/acr_private.h?rev=766241&r1=766240&r2=766241&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/include/acr_private.h (original)
+++ commons/sandbox/runtime/trunk/src/main/native/include/acr_private.h Sat Apr 18 06:28:00 2009
@@ -229,7 +229,6 @@
 #define ACR_JNISTDARGS          JNIEnv *_E, jobject _O
 #define P2J(P)                  ((jlong)LLT(P))
 #define J2P(P, T)               ((T)LLT((jlong)P))
-#define V2P(T, V)               ((T)((char *)0 + (V)))
 #define V2Z(V)                  ((V) ? JNI_TRUE : JNI_FALSE)
 #define J2W(V)                  _w##V
 #define J2S(V)                  _c##V