view gen/abi-x86-64.h @ 1422:91ddebba88e9

merging
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Wed, 27 May 2009 12:42:28 -0600
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