* (build_compound_expr): insert missing return
authorDoug Evans <dje@gnu.org>
Sat, 30 Jan 1993 23:46:58 +0000 (23:46 +0000)
committerDoug Evans <dje@gnu.org>
Sat, 30 Jan 1993 23:46:58 +0000 (23:46 +0000)
From-SVN: r3394

gcc/c-typeck.c

index 98a3c9ec9672d2e2e38657e1c442087bce1b9de2..99a72d368bc23694ba4d4444e9592c8cd512987d 100644 (file)
@@ -3635,7 +3635,7 @@ tree
 build_compound_expr (list)
      tree list;
 {
-  internal_build_compound_expr (list, TRUE);
+  return internal_build_compound_expr (list, TRUE);
 }
 
 static tree