-struct BinDesc_ {
+struct BinDesc {
unsigned Undef; /* Count of undefined externals */
FILE* F; /* Output file */
const char* Filename; /* Name of output file */
/* Called from SegWrite for an expression. Evaluate the expression, check the
* range and write the expression value to the file.
*/
-{
+{
/* There's a predefined function to handle constant expressions */
return SegWriteConstExpr (((BinDesc*)Data)->F, E, Signed, Size);
}
/* Structure describing the format */
-typedef struct BinDesc_ BinDesc;
+typedef struct BinDesc BinDesc;