projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix the build with GHC < 6.4 (foldl1' didn't exist)
[ghc-hetmet.git]
/
includes
/
ghcconfig.h
1
#ifndef __GHCCONFIG_H__
2
#define __GHCCONFIG_H__
3
4
#include "ghcautoconf.h"
5
#include "ghcplatform.h"
6
7
#endif