Code clean ups.

From-SVN: r213302
This commit is contained in:
Arnaud Charlet 2014-07-30 17:20:45 +02:00
parent 0be7dcbbdb
commit 72b4f1fc78
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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;