diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-09-13 10:51:00 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-09-13 10:51:00 +0000 |
commit | 3ffd40236667db932969f9fd1f30ed410cf12b2b (patch) | |
tree | 0a03a14586026a1e3167882053362e3f566b7943 /includes | |
parent | a3783a326f3a19b665883529e12a4609a7e0c327 (diff) | |
download | haskell-3ffd40236667db932969f9fd1f30ed410cf12b2b.tar.gz |
fix typo
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/storage/FunTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/storage/FunTypes.h b/includes/rts/storage/FunTypes.h index 402c913bcd..b44366789b 100644 --- a/includes/rts/storage/FunTypes.h +++ b/includes/rts/storage/FunTypes.h @@ -7,7 +7,7 @@ * ---------------------------------------------------------------------------*/ #ifndef RTS_STORAGE_FUNTYPES_H -#define RTS_STORAGE_FUNTYPES_ +#define RTS_STORAGE_FUNTYPES_H /* generic - function comes with a small bitmap */ #define ARG_GEN 0 |