diff -r 5e09f665c2f1 -r f8c9ac5c529a absyntax/absyntax.def --- a/absyntax/absyntax.def Wed Aug 01 09:05:25 2012 +0100 +++ b/absyntax/absyntax.def Wed Aug 01 10:31:14 2012 +0100 @@ -466,8 +466,13 @@ /* record_variable '.' field_selector */ /* WARNING: input and/or output variables of function blocks * may be accessed as fields of a structured variable! - * Code handling a structured_variable_c must take - * this into account! + * Code handling a structured_variable_c must take this into account! + * (i.e. that a FB instance may be accessed as a structured variable)! + * + * WARNING: Status bit (.X) and activation time (.T) of STEPS in SFC diagrams + * may be accessed as fields of a structured variable! + * Code handling a structured_variable_c must take this into account + * (i.e. that an SFC STEP may be accessed as a structured variable)! */ SYM_REF2(structured_variable_c, record_variable, field_selector)