diff options
Diffstat (limited to 'test/junit/com/sun/gluegen/pcpptest.h')
-rw-r--r-- | test/junit/com/sun/gluegen/pcpptest.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/junit/com/sun/gluegen/pcpptest.h b/test/junit/com/sun/gluegen/pcpptest.h deleted file mode 100644 index 58b8935..0000000 --- a/test/junit/com/sun/gluegen/pcpptest.h +++ /dev/null @@ -1,6 +0,0 @@ - -#define CL_SCHAR_MIN (-127-1) -#define CL_ALIGNED(_x) __attribute__ ((aligned(_x))) - -cl_char CL_ALIGNED(2) s[2]; - |