From 00769100ef9ef2a2d9fdc3c7140379ada40d3173 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 17 Apr 1998 06:32:41 -0600 Subject: [PATCH] stmt.c (mark_seen_cases): Make static and add prototype. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * stmt.c (mark_seen_cases): Make static and add prototype. From-SVN: r19263 --- gcc/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b5df3903fe..a2d8905496b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Apr 17 13:32:20 1998 Jeffrey A Law (law@cygnus.com) + + * stmt.c (mark_seen_cases): Make static and add prototype. + Fri Apr 17 11:21:43 1998 Kaveh R. Ghazi * frame.c: Include stdlib.h and unistd.h to possibly get various