calls.c (expand_call): Don't confuse member functions named realloc...
authorMark Mitchell <mmitchell@usa.net>
Fri, 6 Feb 1998 00:39:51 +0000 (00:39 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 6 Feb 1998 00:39:51 +0000 (17:39 -0700)
commit259620a822f977a298dfa1a1e24f1d082b949038
tree647d71df1e9bbc74f905ca9936c90daa8ba48eae
parentc26046c25121c0a77a4c42bc6b51aa278a660980
calls.c (expand_call): Don't confuse member functions named realloc...

        * calls.c (expand_call): Don't confuse member functions named
        realloc, setjmp, and so forth with the standard library
        functions of the same names.

From-SVN: r17684
gcc/ChangeLog
gcc/calls.c