Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[BINDINGS] NULL -> nullptr substitution
[simgrid.git] / src / bindings / lua / simgrid_lua.cpp
index 61fcd2f84e6f3373af4daad0d3ef0f44776689ca..91b854fd65c32c3d96494ee0de55112322b2ceb9 100644 (file)
@@ -104,7 +104,7 @@ static const luaL_Reg simgrid_functions[] = {
   {"info", info},
   {"critical", critical},
   {"error", error},
-  {NULL, NULL}
+  {nullptr, nullptr}
 };
 
 /* ********************************************************************************* */