From: Arnaud Giersch Date: Tue, 18 Oct 2011 07:41:02 +0000 (+0200) Subject: s/GRAS_STUB_GENERATOR/SIMGRID_LUA/ to actually match file name. X-Git-Tag: exp_20120216~555^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cc833b427007a1cfc81448b46cce97981efaaf71?hp=5dd395ea626f892c79b526f72192bbf34463e4a3 s/GRAS_STUB_GENERATOR/SIMGRID_LUA/ to actually match file name. --- diff --git a/src/bindings/lua/simgrid_lua.h b/src/bindings/lua/simgrid_lua.h index 4a04ae85ba..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 @@ -110,4 +110,4 @@ int console_parse_platform(void); int console_parse_application(void); int console_parse_platform_wsL07(void); -#endif +#endif /* SIMGRID_LUA_H */