From: navarrop Date: Thu, 17 Jun 2010 17:22:43 +0000 (+0000) Subject: Missing the word line for compiler. X-Git-Tag: v3_5~910 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/174d02656fd194d1773e8fd5b4f6d51c159839cd Missing the word line for compiler. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7899 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/sg_unit_extractor.pl b/tools/sg_unit_extractor.pl index 94563d8d72..4b96fd8502 100755 --- a/tools/sg_unit_extractor.pl +++ b/tools/sg_unit_extractor.pl @@ -92,7 +92,7 @@ sub process_one($) { print OUT "#include \n"; print OUT "#include \"xbt.h\"\n"; print OUT $GENERATED; - print OUT "# $beginline \"$infile\" \n"; + print OUT "#line $beginline \"$infile\" \n"; print OUT "$unit_source"; print OUT $GENERATED; close OUT || die "$progname: Cannot close output file '$outfile': $!\n";