-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
Milestone
Description
ffigen generates many duplicate names for the same constants. For example:
const int noErr$3 = 0;
const int noErr$4 = 0;
const int noErr$7 = 0;
const int noErr$8 = 0;
const int noErr$2 = 0;
const int noErr$9 = 0;
const int noErr$6 = 0;
const int noErr$1 = 0;
const int noErr$10 = 0;
const int noErr$5 = 0;
const int noErr = 0;Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done