From 3d78e32756a8bb3dff41d803f0e2e9dfdc3e4eb9 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 6 Oct 1996 03:19:26 +0000 Subject: [PATCH] Remove garbage initcode reference so that 'gcc -Dlint ...' will compile without error. --- lib/csu/i386/crt0.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c index 755943706ede..a14a4081c9a5 100644 --- a/lib/csu/i386/crt0.c +++ b/lib/csu/i386/crt0.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: crt0.c,v 1.23 1996/01/30 05:55:20 nate Exp $ + * $Id: crt0.c,v 1.24 1996/10/01 00:54:48 peter Exp $ */ #include @@ -147,7 +147,6 @@ start() #ifdef lint kfp = 0; - initcode = initcode = 0; #else /* not lint */ /* just above the saved frame pointer */ asm ("lea 4(%%ebp), %0" : "=r" (kfp) );