X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/15c81e44412415173de220954a453019c68714cd..f2ad0175ed569f3cfa5df330ec4174d7fe7b1229:/examples/msg/mc/bugged1_liveness.h diff --git a/examples/msg/mc/bugged1_liveness.h b/examples/msg/mc/bugged1_liveness.h index a33976881e..7246422f64 100644 --- a/examples/msg/mc/bugged1_liveness.h +++ b/examples/msg/mc/bugged1_liveness.h @@ -1,10 +1,12 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * 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. */ + #ifndef _BUGGED1_LIVENESS_H #define _BUGGED1_LIVENESS_H -int yyparse(void); -int yywrap(void); -int yylex(void); - int predR(void); int predCS(void);