X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e7f57f7d31cdd823f4915aaf54442cadea13cb54..49a651544aadec287fa8b460808f7a166471f080:/examples/gras_stub_generator diff --git a/examples/gras_stub_generator b/examples/gras_stub_generator index ff8a6b6e4d..e784543dfc 100755 --- a/examples/gras_stub_generator +++ b/examples/gras_stub_generator @@ -9,8 +9,9 @@ # under the terms of the license (GNU LGPL) which comes with this package. use strict; -use warnings; - +eval qq{ + use warnings; +}; # warnings not defined in 5.00503/sun4-solaris sub usage { my ($msg)=@_; @@ -45,7 +46,7 @@ $warn #include #include -#include +#include "msg/msg.h" #include char *gras_log=NULL; @@ -61,18 +62,20 @@ foreach (keys %process) { print OUT<