projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cancel out some reverses by changing the order of ic_tmp_ids
[ghc-hetmet.git]
/
compiler
/
cbits
/
rawSystem.c
1
/* Grab rawSystem from the library sources iff we're bootstrapping with an
2
* old version of GHC.
3
*/
4
#if __GLASGOW_HASKELL__ < 601
5
#include "../../libraries/base/cbits/rawSystem.c"
6
#endif