--- a/src/solaris/demo/jni/Poller/Poller.c Wed Jun 16 20:46:10 2010 +0200
+++ b/src/solaris/demo/jni/Poller/Poller.c Tue Jun 22 17:34:23 2010 -0700
@@ -160,10 +160,10 @@ static jint throwIllegalStateException(J
return -1;
}
-#define MEMORY_EXCEPTION(str) throwOutOfMemoryError(env, "Poller:" ## str)
-#define STATE_EXCEPTION(str) throwIllegalStateException(env, "Poller:" ## str)
+#define MEMORY_EXCEPTION(str) throwOutOfMemoryError(env, "Poller:" str)
+#define STATE_EXCEPTION(str) throwIllegalStateException(env, "Poller:" str)
#define INTERRUPT_EXCEPTION(str) throwInterruptedIOException(env, \
- "Poller:" ## str)
+ "Poller:" str)
jint addfd(JNIEnv *, ioevent_t *, jint, jshort);
jint removefd(JNIEnv *, ioevent_t *, jint);