extensions.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 12 Aug 2015 07:32:13 +0100
changeset 43 9327987437ae
parent 34 834ca32d06b2
permissions -rw-r--r--
Added mappings for LLVM C and LLVM C Extensions These are used to generate C callouts for jv:llvm_s project.

"{ Package: 'jv:cface' }"!

!Stream methodsFor:'writing'!

tab4

    self next:4 put:(Character space)

    "Created: / 05-09-2012 / 11:48:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
! !

!jv_cface class methodsFor:'documentation'!

extensionsVersion_HG

    ^ '$Changeset: <not expanded> $'
! !