* fix-header.c (line_table): Move local variable in main to global.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 14 Feb 2004 17:40:53 +0000 (17:40 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 14 Feb 2004 17:40:53 +0000 (17:40 +0000)
commitc513754a899164fdc32b6f3813bc6a379d5f6e95
treeeada207080ac63627087ff1b702269b3d8acb613
parent08c53a6e374a41439057485946be695f68e4b6d2
* fix-header.c (line_table):  Move local variable in main to global.
* scan.h (line_table):  Use it.
* scan-decls.c (scan_decls):  Need to call linemap_lookup on token's
line (recently renamed to src_loc) before calling recognized_function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77808 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fix-header.c
gcc/scan-decls.c
gcc/scan.h