mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Document the undefined behaviour of CLAMP() if low > high. (#448260)
2007-06-16 Emmanuele Bassi <ebassi@gnome.org> * glib/tmpl/macros.sgml: Document the undefined behaviour of CLAMP() if low > high. (#448260) svn path=/trunk/; revision=5571
This commit is contained in:
parent
506fd2d2e1
commit
fe20105fb4
@ -1,3 +1,8 @@
|
|||||||
|
2007-06-16 Emmanuele Bassi <ebassi@gnome.org>
|
||||||
|
|
||||||
|
* glib/tmpl/macros.sgml: Document the undefined behaviour of
|
||||||
|
CLAMP() if low > high. (#448260)
|
||||||
|
|
||||||
2007-06-13 Sven Neumann <sven@gimp.org>
|
2007-06-13 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* glib/glib-sections.txt
|
* glib/glib-sections.txt
|
||||||
|
@ -148,7 +148,8 @@ ABS(10) is also 10.
|
|||||||
|
|
||||||
<!-- ##### MACRO CLAMP ##### -->
|
<!-- ##### MACRO CLAMP ##### -->
|
||||||
<para>
|
<para>
|
||||||
Ensures that @x is between the limits set by @low and @high.
|
Ensures that @x is between the limits set by @low and @high. If @low is
|
||||||
|
greater than @high the result is undefined.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
For example,
|
For example,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user