Next:
Others
Up:
Errors statically detected
Previous:
Array
Redefinition
<name> is already a function
<varname> is already a global var
when you attempt to redefine a global variable, see
debugmode
(§
6.6.4
page
).
<varname> is already a global var with different definition
when you attempt to redefine a global variable with a new type or new dimension(s).
<varname> already defined (global var)
when you reuse a global variable name as a function name, definition or declaration.
<functionname> already defined
when you attempt to redefine a function, see
debugmode
(§
6.6.4
page
) and
removefunctiondefinition
(§
6.6.4
page
).
<functionname> already defined with different return type
when you redefine a function and change the return value type.
<functionname> already declared with different profile
when you redefine a function and change the number or the type of its arguments.
<functionname> is built-in, you cannot redefine it
Lionel Fournigault
Wed Apr 30 10:44:37 MET DST 1997