]> git.ipfire.org Git - thirdparty/gcc.git/commit
input.h: Don't #include line-map.h.
authorPer Bothner <per@bothner.com>
Fri, 20 Feb 2004 20:02:27 +0000 (12:02 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 20 Feb 2004 20:02:27 +0000 (12:02 -0800)
commit2ae5c785657f57c270c81d33776771bff8cfb0ad
treec3e994ea6f3024e8a56160e4c47d32ca1a6a8820
parent7c4d376d4fa0dac8d3039a01c3c8b6fde1eb201d
input.h: Don't #include line-map.h.

* input.h:  Don't #include line-map.h.  It may cause link problems
with undefined linemap_line_start when line-map.h is included but
line-map.o is not linked, as currently happens with gengtype on
compilers that don't support inline.
* toplev.c:  So we do have to explicitly #include line-map.h here.

From-SVN: r78185
gcc/ChangeLog
gcc/input.h
gcc/toplev.c