projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
comment out a bogus assertion
[ghc-hetmet.git]
/
includes
/
config.h
1
#ifndef __CONFIG_H__
2
#define __CONFIG_H__
3
4
#warning config.h is deprecated; please use ghcconfig.h instead
5
#include "ghcconfig.h"
6
7
#endif