diff --git a/inc-compilo.php3 b/inc-compilo.php3
index d4c3656fa1fff1285d207bfcea41bddad19d7abd..7fa5fe8b58b53db3e582e946e90f3b22b6d4371b 100644
--- a/inc-compilo.php3
+++ b/inc-compilo.php3
@@ -690,8 +690,8 @@ function calculer_squelette($squelette, $nom, $gram, $sourcefile) {
 // Fonction principale du squelette $sourcefile
 //
 function $nom (\$Cache, \$Pile, \$doublons=array(), \$Numrows='', \$SP=0) {
-
-	return analyse_resultat_skel('$nom', \$Cache, $corps);
+	\$corps = $corps;
+	return analyse_resultat_skel('$nom', \$Cache, \$corps);
 }
 
 ?".">";