view gen/abi-x86-64.h @ 1077:bb57632d27ea

Change the way imports are copied to the (Tango) runtime dir.
author Frits van Bommel <fvbommel wxs.nl>
date Mon, 09 Mar 2009 21:38:31 +0100
parents 6bb04dbee21f
children
line wrap: on
line source

#ifndef __LDC_GEN_ABI_X86_64_H__
#define __LDC_GEN_ABI_X86_64_H__

#include "gen/abi.h"


TargetABI* getX86_64TargetABI();


#endif