patch-header.c (read_scan_file): Minor re-write to avoid obstack_copy0, since that...
authorPer Bothner <bothner@gcc.gnu.org>
Tue, 27 Jul 1993 20:55:12 +0000 (13:55 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 27 Jul 1993 20:55:12 +0000 (13:55 -0700)
commitec0ed4f7ff7960348bf40f367375736af081020a
treeadb511619b685e960b04d5b620b379d564a6a7cc
parent7b03247ca374d76b46172d123540c19bca6c080d
patch-header.c (read_scan_file): Minor re-write to avoid obstack_copy0, since that uses the non-portable bcopy().

* patch-header.c (read_scan_file):  Minor re-write to avoid
obstack_copy0, since that uses the non-portable bcopy().

From-SVN: r5007
gcc/fix-header.c