diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/mds.texinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index a4bb672..d2da0c4 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -5900,6 +5900,10 @@ two zeroes, you do not write `\100' as that would expand to the value of the hundredth variable. Instead you write `\1.00'. +Use of function calls and variables inside +@code{include}-statments invokes undefined behaviour. +Escaped numerals greater than or equal to the 31th +power of 2 also invoke undefined behaviour. @node Builtin Functions |