>>-#--pragma--weak--(--identifier--+-------------+--)---------->< +-=-----------+ '-identifier2-'
Description
Identifies an identifier to the compiler as being a weak global symbol.
Parameters
This pragma can appear anywhere in a program, and identifies a specified identifier as being a weak global symbol. Identifier should not be defined, but it may be declared. If it is declared, and identifier2 is specified, identifier must be of a type compatible to that of identifier2.
Example.
#pragma weak func1 = func2
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.