about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2013-03-05 20:04:53 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2013-03-05 20:04:53 +0000
commit3def943d046ad03540dd188ab52c0eacaa021149 (patch)
treea83ffc396543f3da78f3edef865e7094bea9f068 /Src/zsh.h
parentac22eab0d9ec3d12271a8c80c633716850e3b349 (diff)
downloadzsh-3def943d046ad03540dd188ab52c0eacaa021149.tar.gz
zsh-3def943d046ad03540dd188ab52c0eacaa021149.tar.xz
zsh-3def943d046ad03540dd188ab52c0eacaa021149.zip
users/17665: add FORCE_FLOAT option
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 207ef1836..f247563d4 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1988,6 +1988,7 @@ enum {
     EXTENDEDHISTORY,
     EVALLINENO,
     FLOWCONTROL,
+    FORCEFLOAT,
     FUNCTIONARGZERO,
     GLOBOPT,
     GLOBALEXPORT,