diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/zsh.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index 5618174a8..bbe526fc8 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -33,7 +33,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-lfs + * 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. */ |