Database Error Messages

PCC-02202

No typedef name was given

Cause

The precompiler parser encountered a typedef statement that had no name after the type specification. For example, typedef int;


Action

Correct the syntax