view gen/abi-x86-64.h @ 1488:ca31a8e9c42b

Oops, I accidentally pushed r1486 before the last touches were committed.
author Frits van Bommel <fvbommel wxs.nl>
date Mon, 08 Jun 2009 13:52:45 +0200
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