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.

About #pragma STRUCT_ALIGN

Hi, in the spru187o, page 134:
#pragma DATA_ALIGN ( symbol , constant );
there is a “;” in the end,
but in the SPRU862B ,page 35 is:
#pragma DATA_ALIGN(InBuffA, CACHE_L2_LINESIZE)
there is no ";" in the end, so which is right??

and  in spru187o page 133, 6.8
      #pragma STRUCT_ALIGN( type , constant expression );
      #pragma DATA_SECTION ( symbol , " section name ");
       ...
whether is there a ";" or not in the end??
thank you!!