From b86199fb609d691b0a12761621760aa52562e195 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 29 Jan 1996 19:30:15 +0000 Subject: Set $inhibit_glue. --- stdlib/strtol.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'stdlib') diff --git a/stdlib/strtol.c b/stdlib/strtol.c index b06063c2c5..289aa04383 100644 --- a/stdlib/strtol.c +++ b/stdlib/strtol.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1994, 1995 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1994, 1995, 1996 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -295,5 +295,8 @@ strtol (nptr, endptr, base) } #ifdef weak_symbol -weak_symbol (strtol) +/* We need this indirection when `strtol' is defined as a macro + for one of the other names. */ +#define weak1(x) weak_symbol(x) +weak1 (strtol) #endif -- cgit 1.4.1