delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2008/04/10/21:23:25

X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f
X-Recipient: djgpp-workers AT delorie DOT com
X-Authenticated: #27081556
X-Provags-ID: V01U2FsdGVkX18kuXtzF6ckFbudIvgv+0GhRcjVWchrdh6NWvM71n
UivGARXRjWESg5
From: Juan Manuel Guerrero <juan DOT guerrero AT gmx DOT de>
To: djgpp-workers AT delorie DOT com
Subject: Fixing a warning in chew.c
Date: Fri, 11 Apr 2008 03:19:52 +0200
User-Agent: KMail/1.9.5
MIME-Version: 1.0
Message-Id: <200804110319.53040.juan.guerrero@gmx.de>
X-Y-GMX-Trusted: 0
Reply-To: djgpp-workers AT delorie DOT com

Fixed warning:
  chew.c:1390: warning: incompatible implicit declaration of built-in function 'exit'

Index: src/libm/math/chew.c
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libm/math/chew.c,v
retrieving revision 1.1
diff -p -U3 -r1.1 chew.c
--- src/libm/math/chew.c	6 Jul 1998 15:17:48 -0000	1.1
+++ src/libm/math/chew.c	11 Apr 2008 01:19:47 -0000
@@ -37,6 +37,7 @@ There is  no
 
 #include "ansidecl.h"
 #include <stdio.h>
+#include <stdlib.h>
 #include <ctype.h>
 #include <fcntl.h>
 #include <unistd.h>

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019