Added some prototyping to stop a compile error with gcc 4.

This commit is contained in:
dtrg 2005-06-25 13:49:06 +00:00
commit 4ed4d8423f

View file

@ -6,6 +6,7 @@
/* L I V E V A R I A B L E S A N A L Y S I S */
#include <stdlib.h>
#include <stdio.h>
#include <em_mnem.h>
#include <em_pseu.h>
@ -40,6 +41,7 @@ short nrvars;
STATIC int Slv;
STATIC bool mesgflag = FALSE; /* Suppress generation of live/dead info */
STATIC app_block();
STATIC clean_up()
{