This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

STRUCT_ALIGN in VLib

When I compile an application using VLIB for the C64+,  I get an error that the

#pragma STRUCT_ALIGN  is an unrecognized pragma

Why is this?

I have tried using both the C style and C++ style since I am actually compiling in C++ mode.  But both are reported as unrecognized.