aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/luaconf.h b/luaconf.h
index 76a61616..019f2eb6 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -579,13 +579,6 @@
579 579
580 580
581/* 581/*
582@@ lua_pointer2str converts a pointer to a readable string in a
583** non-specified way.
584*/
585#define lua_pointer2str(buff,sz,p) l_sprintf(buff,sz,"%p",p)
586
587
588/*
589@@ lua_number2strx converts a float to a hexadecimal numeric string. 582@@ lua_number2strx converts a float to a hexadecimal numeric string.
590** In C99, 'sprintf' (with format specifiers '%a'/'%A') does that. 583** In C99, 'sprintf' (with format specifiers '%a'/'%A') does that.
591** Otherwise, you can leave 'lua_number2strx' undefined and Lua will 584** Otherwise, you can leave 'lua_number2strx' undefined and Lua will