Macro: END_STRUCT

Module location: FMAC line 12952 (view source)

  #IFNDEF __@INSIDE_STRUCT@__
    #ERROR DFERR_COMP_ILLEGAL_CODE_PLACEMENT "END_STRUCT command without STRUCT"
  #ELSE
    #STRE
    #UNDEF __@INSIDE_STRUCT@__ // Leaving struct declaration
  #ENDIF