diff options
Diffstat (limited to 'docs/dist/doc/porting.html')
-rw-r--r-- | docs/dist/doc/porting.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dist/doc/porting.html b/docs/dist/doc/porting.html index ba9350b8a..978ed3ee6 100644 --- a/docs/dist/doc/porting.html +++ b/docs/dist/doc/porting.html @@ -90,9 +90,9 @@ represented as such in bytecode form). Because they might be used in declare error or declare warning statements, which might produce different results. <p> -The compiler will report a warning that +The compiler will report an error that the form <code>aspect {name} dominates {list}...</code> -is deprecated. It has +is no longer supported. It has been replaced by a new declare statement: <pre> declare precedence : {name} {list}... |