From: mquinson Date: Fri, 9 Mar 2007 16:44:08 +0000 (+0000) Subject: Empty body of the context module init/exit functions since they are not defined elsew... X-Git-Tag: v3.3~2130 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bf36dda959b02bcbcd7a14274dd0cd223fc6af32 Empty body of the context module init/exit functions since they are not defined elsewhere (and not used) in RL git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3229 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/gras/rl_gras.c b/src/gras/rl_gras.c new file mode 100644 index 0000000000..f61edd56da --- /dev/null +++ b/src/gras/rl_gras.c @@ -0,0 +1,15 @@ +/* $Id$ */ + +/* rl_gras.c -- empty body of functions used in SG, but harmful in RL */ + +/* Copyright (c) 2007 Martin Quinson. */ +/* All rights reserved. */ + +/* 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. */ + +#include "xbt_modinter.h" + +void xbt_context_init(void) {} + +void xbt_context_exit(void) {}