Commit 72b4f1fc by Arnaud Charlet

Code clean ups.

From-SVN: r213302
parent 0be7dcbb
......@@ -55,8 +55,7 @@ extern char Fold_Lower[], Fold_Upper[];
#define Debug_Flag_NN debug__debug_flag_nn
extern Boolean Debug_Flag_NN;
/* einfo: We will be setting Esize for types, Component_Bit_Offset for fields,
Alignment for types and objects, Component_Size for array types. */
/* einfo: */
#define Set_Alignment einfo__set_alignment
#define Set_Component_Bit_Offset einfo__set_component_bit_offset
......
......@@ -37,7 +37,7 @@ typedef Int SCO_Unit_Index;
struct SCO_Unit_Table_Entry
{
Fat_Pointer File_Name;
String_Pointer File_Name;
Int File_Index;
Nat Dep_Num;
Nat From, To;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment