bi-lexer.c (scan_string): Do xmalloc if buffer is null and xrealloc if it's not,...
authorBrendan Kehoe <brendan@gcc.gnu.org>
Thu, 30 Sep 1993 18:21:55 +0000 (14:21 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Thu, 30 Sep 1993 18:21:55 +0000 (14:21 -0400)
commit56ae2659f7473989e070ba6857cb5fdd8bf3958e
treeaed29e7a04cd1decdca3486fcea7324a37616bab
parente2aa1185289e40f09cb6e6452653b15d32861cf3
bi-lexer.c (scan_string): Do xmalloc if buffer is null and xrealloc if it's not, not the other way around.

        * bi-lexer.c (scan_string): Do xmalloc if buffer is null and
        xrealloc if it's not, not the other way around.

From-SVN: r5539
gcc/bi-lexer.c