Comment # 16
on bug 8674
from Evan Huus
One other minor note:
Rather than actually defining the hf_type value strings in the header file,
just declare them there and leave the definitions as-is in the c file. You may
have to remove the "static" and/or change other properties (I'm not sure off
the top of my head how link scoping works with arrays of structs). This may be
a moot point if you go with a UAT or wsgd as Michael suggested, but it avoids
leaving many copies of the array around and bloating the library size.
You are receiving this mail because:
- You are watching all bug changes.