Copyright Digital Equipment Corp. All rights reserved.

DUPPARM

Message        <Context> "<name>" is a duplicate parameter name.

Description    The parameter identifier list of an old-style
               function definition uses the same identifier more
               than once.

User Action    Each identifier in the parameter list must be unique.
               HP also recommends that old-style function
               definitions be replaced by prototype-format
               definitions.