Method: AdLint::Cc1::SignedLongType#initialize
- Defined in:
- lib/adlint/cc1/type.rb
#initialize(type_tbl) ⇒ SignedLongType
Returns a new instance of SignedLongType.
4345 4346 4347 4348 4349 4350 |
# File 'lib/adlint/cc1/type.rb', line 4345 def initialize(type_tbl) # FIXME: StandardTypesAccessor is not ready until @type_table is # initialized. @type_table = type_tbl super(type_tbl, "signed long", long_size, long_alignment, true, true) end |