summaryrefslogtreecommitdiffstats
path: root/test/junit/com/sun/gluegen/test.c
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-05-31 18:39:58 +0200
committerMichael Bien <[email protected]>2010-05-31 18:39:58 +0200
commitc9c1ab75ea5c5ef7feae32f20bed840c2e8feaf4 (patch)
tree78a60432fefb179f5df11bf3c41db7de6246404e /test/junit/com/sun/gluegen/test.c
parent6ea8793685fd07747d0cc13495adb02a0ec494d8 (diff)
fixed handling of size_t which was broken since the introduction of Int64Buffer.
Diffstat (limited to 'test/junit/com/sun/gluegen/test.c')
-rw-r--r--test/junit/com/sun/gluegen/test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/junit/com/sun/gluegen/test.c b/test/junit/com/sun/gluegen/test.c
index 06d5508..c511a53 100644
--- a/test/junit/com/sun/gluegen/test.c
+++ b/test/junit/com/sun/gluegen/test.c
@@ -8,6 +8,9 @@ int bufferTest(void * object) {
return 42;
}
+void pbTest(size_t * object) {
+}
+
int manyBuffersTest(void * object1, void * object2, void * object3, void * object4, void * object5) {
return 42;
}