diff options
author | Austin Seipp <austin@well-typed.com> | 2014-07-21 20:32:26 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-07-28 09:29:16 -0500 |
commit | 7113370469cb37198fada17033bb9ef7d328509a (patch) | |
tree | 5d43fc1639558eca12aa0565dc4619898eeca842 | |
parent | a0fa13b9ab6cdb63fc26bd5b7aba2bd89e4466e4 (diff) | |
download | haskell-7113370469cb37198fada17033bb9ef7d328509a.tar.gz |
rts: delint/detab/dewhitespace PosixSource.h
Signed-off-by: Austin Seipp <austin@well-typed.com>
-rw-r--r-- | rts/PosixSource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/PosixSource.h b/rts/PosixSource.h index da7b69e85d..6659cfef91 100644 --- a/rts/PosixSource.h +++ b/rts/PosixSource.h @@ -20,7 +20,7 @@ #define _XOPEN_SOURCE 500 // FreeBSD takes a different approach to _ISOC99_SOURCE: on FreeBSD it // means "I want *just* C99 things", whereas on GNU libc and Solaris -// it means "I also want C99 things". +// it means "I also want C99 things". // // On both GNU libc and FreeBSD, _ISOC99_SOURCE is implied by // _XOPEN_SOURCE==600, but on Solaris it is an error to omit it. |