Changeset 76 in dev for BasicCompiler_Common/Type.cpp


Ignore:
Timestamp:
Mar 21, 2007, 9:26:56 PM (17 years ago)
Author:
dai_9181
Message:

TYPEINFO→Typeへのリファクタリングを実施。32bitが未完成。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Type.cpp

    r75 r76  
    173173int Type::GetBasicSize() const
    174174{
    175     GetBasicSize( basicType );
    176     return 0;
     175    return GetBasicSize( basicType );
    177176}
    178177int Type::GetSize() const
Note: See TracChangeset for help on using the changeset viewer.