]> AND Public Git Repository - simgrid.git/blobdiff - src/bindings/lua/simgrid_lua.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / bindings / lua / simgrid_lua.h
index 91774956c8daf6b9b3194e064ea0f67dffe1af17..527e4b80e689e1b1e05fad3a8df9aa280e85e6c5 100644 (file)
@@ -1,8 +1,8 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#ifndef GRAS_STUB_GENERATOR_H
-#define GRAS_STUB_GENERATOR_H
+#ifndef SIMGRID_LUA_H
+#define SIMGRID_LUA_H
 
 #include <stdio.h>
 #include <lauxlib.h>
@@ -22,7 +22,6 @@
 #include "portable.h"           /* Needed for the time of the SIMIX convertion */
 #include <stdarg.h>
 
-
 extern xbt_dict_t process_function_set;
 extern xbt_dynar_t process_list;
 extern xbt_dict_t machine_set;
@@ -111,4 +110,4 @@ int console_parse_platform(void);
 int console_parse_application(void);
 int console_parse_platform_wsL07(void);
 
-#endif
+#endif  /* SIMGRID_LUA_H */