Migrated engine to using dlmalloc through eng::
This commit is contained in:
@@ -23,16 +23,17 @@
|
||||
|
||||
#include "luastack.hpp"
|
||||
|
||||
|
||||
// Atomic print to a stream.
|
||||
//
|
||||
// This prints an atomic value to a stream. If you give it a table,
|
||||
// it just prints "<table>". This routine is the heart of the lua
|
||||
// primitives 'print' and 'tostring'.
|
||||
//
|
||||
void atomic_print(LuaStack &LS, LuaSlot val, bool quote, std::ostream *os);
|
||||
void atomic_print(LuaStack &LS, LuaSlot val, bool quote, eng::ostream *os);
|
||||
|
||||
// Pretty print to a stream.
|
||||
//
|
||||
void pprint(LuaStack &LS, LuaSlot val, bool indent, std::ostream *os);
|
||||
void pprint(LuaStack &LS, LuaSlot val, bool indent, eng::ostream *os);
|
||||
|
||||
#endif // PPRINT_HPP
|
||||
Reference in New Issue
Block a user