aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/luaconf.h b/luaconf.h
index 2bf1bdd1..888e402b 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.261 2017/04/24 18:06:12 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.262 2017/12/07 18:53:33 roberto Exp roberto $
3** Configuration file for Lua 3** Configuration file for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -610,7 +610,7 @@
610 610
611 611
612/* 612/*
613@@ lua_strx2number converts an hexadecimal numeric string to a number. 613@@ lua_strx2number converts a hexadecimal numeric string to a number.
614** In C99, 'strtod' does that conversion. Otherwise, you can 614** In C99, 'strtod' does that conversion. Otherwise, you can
615** leave 'lua_strx2number' undefined and Lua will provide its own 615** leave 'lua_strx2number' undefined and Lua will provide its own
616** implementation. 616** implementation.
@@ -628,7 +628,7 @@
628 628
629 629
630/* 630/*
631@@ lua_number2strx converts a float to an hexadecimal numeric string. 631@@ lua_number2strx converts a float to a hexadecimal numeric string.
632** In C99, 'sprintf' (with format specifiers '%a'/'%A') does that. 632** In C99, 'sprintf' (with format specifiers '%a'/'%A') does that.
633** Otherwise, you can leave 'lua_number2strx' undefined and Lua will 633** Otherwise, you can leave 'lua_number2strx' undefined and Lua will
634** provide its own implementation. 634** provide its own implementation.