From cc833b427007a1cfc81448b46cce97981efaaf71 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 18 Oct 2011 09:41:02 +0200 Subject: [PATCH] s/GRAS_STUB_GENERATOR/SIMGRID_LUA/ to actually match file name. --- src/bindings/lua/simgrid_lua.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.20.1