Skip to content

Commit 4d8fe61

Browse files
augustsstreeowl
andauthored
Update containers/include/containers.h
Co-authored-by: David Feuer <David.Feuer@gmail.com>
1 parent e9651ef commit 4d8fe61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/include/containers.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define HASKELL_CONTAINERS_H
77

88
/*
9-
* On GHC, include MachDeps.h to get WORD_SIZE_IN_BITS macro.
9+
* On GHC and MicroHs, include MachDeps.h to get WORD_SIZE_IN_BITS macro.
1010
*/
1111
#if defined(__GLASGOW_HASKELL__) || defined(__MHS__)
1212
#include "MachDeps.h"

0 commit comments

Comments
 (0)