diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/zsh.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index bbe526fc8..e40761199 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -34,9 +34,8 @@ * Our longest integer type: will be a 64 bit either if long already is, * or if we found some alternative such as long long. * Currently we only define this to be longer than a long if - * --enable-largefile - * was given. That enables internal use of 64-bit types even if - * no actual large file support is present. + * --enable-largefile * was given. That enables internal use of 64-bit + * types even if no actual large file support is present. */ #ifdef ZSH_64_BIT_TYPE typedef ZSH_64_BIT_TYPE zlong; |