X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f783ed4680c6862a1b7543237e89d1221334bae0..6e5cfd7ff86900354c20502af95ee5f751492753:/src/bindings/lua/simgrid_lua.h diff --git a/src/bindings/lua/simgrid_lua.h b/src/bindings/lua/simgrid_lua.h index 91774956c8..527e4b80e6 100644 --- a/src/bindings/lua/simgrid_lua.h +++ b/src/bindings/lua/simgrid_lua.h @@ -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 #include @@ -22,7 +22,6 @@ #include "portable.h" /* Needed for the time of the SIMIX convertion */ #include - 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 */