From d3774db0b4301880a834b41bbdc2044481b65e67 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 1 Jun 2008 17:58:42 +0000 Subject: 25126: reformatting for 25124 --- Src/zsh.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Src') 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; -- cgit 1.4.1