namespace support?

I’m getting an error building my kernel on a namespace declaration. The namespace use works fine on my CUDA kernel, but looks like the OpenCL compiler doesn’t like it. Anybody know if namespaces are supported or planned to be supported? Thx.

98583 [INFO] edu.mayo.mi3c.SimulateTimeStep :11: error: expected ‘=’, ‘,’, ‘;’,‘asm’, or ‘attribute’ after declarator
namespace mi3c {

The OpenCL programming language is based on C99, which doesn’t support namespaces.