(stdlib.h): Define __USE_FIXED_PROTOTYPES__ before including stdlib.h.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 7 Dec 1996 23:58:28 +0000 (18:58 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 7 Dec 1996 23:58:28 +0000 (18:58 -0500)
From-SVN: r13250

gcc/objc/misc.c

index ec58d9d4e8b72fefd8317680db3ef9975ae6877b..371025d2b556208781af2a62b6c34aef8c08798e 100644 (file)
@@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA.  */
    however invalidate any other reasons why the executable file might be
    covered by the GNU General Public License.  */
 
+#define __USE_FIXED_PROTOTYPES__
 #include <stdlib.h>
 
 #ifdef __alpha__