view gen/abi-x86-64.h @ 1490:cd4478b47b10

Look for configuration file in `/etc` and `/etc/ldc` too (absolute paths) except on Windows. Also disabled the `$PREFIX/etc/ldc` case for Windows, since the "/etc/ldc" part was #if'ed out anyway.
author Frits van Bommel <fvbommel wxs.nl>
date Tue, 09 Jun 2009 12:19:52 +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