view gen/programs.h @ 1516:0f08b145b878

Treat ConditionalDeclarations correctly in DtoDeclarationExp. Fixes #332.
author Christian Kamm <kamm incasoftware de>
date Fri, 26 Jun 2009 17:18:36 +0200
parents 847b767b2d0b
children
line wrap: on
line source

#ifndef LDC_GEN_PROGRAMS_H
#define LDC_GEN_PROGRAMS_H

#include "llvm/System/Path.h"

llvm::sys::Path getGcc();

#endif