Error 468 - Duplicate equate

Duplicate equate - Two equates with the same name and different values was encountered.  PowerBASIC permits the duplicate definitions of both numeric and string equates, but only if the equate content is identical across all definitions. You cannot redefine the value for an existing equate.  A common source of this problem is nested #INCLUDE files that define the same item. 

 

See Also

Error 466 - Duplicate name definition