about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-06-01 17:58:42 +0000
committerClint Adams <clint@users.sourceforge.net>2008-06-01 17:58:42 +0000
commitd3774db0b4301880a834b41bbdc2044481b65e67 (patch)
tree9a97726b09c9bef53498452b81337c489b9916f1 /Src/zsh.h
parent5d288004c4977fc9b1cf52c6ec5ee918f9c1ed83 (diff)
downloadzsh-d3774db0b4301880a834b41bbdc2044481b65e67.tar.gz
zsh-d3774db0b4301880a834b41bbdc2044481b65e67.tar.xz
zsh-d3774db0b4301880a834b41bbdc2044481b65e67.zip
25126: reformatting for 25124
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h5
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;