Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
authorjbrv <jean-baptiste.herve@esial.net>
Tue, 19 Jun 2012 14:23:44 +0000 (16:23 +0200)
committerjbrv <jean-baptiste.herve@esial.net>
Tue, 19 Jun 2012 14:23:44 +0000 (16:23 +0200)
src/bindings/lua/lua_state_cloner.c

index 11e97f2..ce6d83c 100644 (file)
@@ -421,7 +421,6 @@ static void sglua_copy_table(lua_State* src, lua_State* dst) {
  * @brief Copies the function on the top of src to the top of dst.
  *
  * It can be a Lua function or a C function.
- * Copying upvalues is not implemented yet.
  *
  * @param src source state
  * @param dst destination state