mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
Several details about 5.4.0 rc1
Corrected several small details: added 'const', adjusts in tabs x spaces, removed unused #includes and #defines, misspellings, etc.
This commit is contained in:
parent
cac075a122
commit
0ddc0f47bd
12 changed files with 22 additions and 24 deletions
4
lvm.h
4
lvm.h
|
|
@ -41,9 +41,9 @@
|
|||
** Rounding modes for float->integer coercion
|
||||
*/
|
||||
typedef enum {
|
||||
F2Ieq, /* no rounding; accepts only integral values */
|
||||
F2Ieq, /* no rounding; accepts only integral values */
|
||||
F2Ifloor, /* takes the floor of the number */
|
||||
F2Iceil, /* takes the ceil of the number */
|
||||
F2Iceil /* takes the ceil of the number */
|
||||
} F2Imod;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue