]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix typedef typo in opencl
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 8 Mar 2010 09:39:29 +0000 (03:39 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 8 Mar 2010 09:39:29 +0000 (03:39 -0600)
extra/opencl/ffi/ffi.factor

index 90f392a22e3a26028e26a5d63fc6314c78a44431..8f0400dd20f23370446744858f7ddfb9e93e7868 100644 (file)
@@ -20,9 +20,9 @@ TYPEDEF: int       cl_int
 TYPEDEF: uint      cl_uint
 TYPEDEF: longlong  cl_long
 TYPEDEF: ulonglong cl_ulong
-TYPEDEF: ushort    cl_half;
-TYPEDEF: float     cl_float;
-TYPEDEF: double    cl_double;
+TYPEDEF: ushort    cl_half
+TYPEDEF: float     cl_float
+TYPEDEF: double    cl_double
 
 CONSTANT: CL_CHAR_BIT         8
 CONSTANT: CL_SCHAR_MAX        127