NPP024: Target of REDEFINE can't contain DYNAMIC

NPP024: Target of REDEFINE can't contain DYNAMIC

type: bug
priority: blocker

#natparse-internal
#compile-time

Description

A redefinition can’t contain a variable with DYNAMIC length.

Invalid

1 #VAR (A50)
1 REDEFINE #VAR
2 #REST (A) DYNAMIC /* DYNAMIC not allowed here