macro_table: take the file into account
commit7ad0668df9439c6ff53ddc03058291e96518998c
authorDan Carpenter <error27@gmail.com>
Tue, 25 May 2010 13:28:06 +0000 (25 15:28 +0200)
committerDan Carpenter <error27@gmail.com>
Tue, 25 May 2010 13:28:06 +0000 (25 15:28 +0200)
tree9a05fa33b3c2c459b6399bd4408f6a1616e76e4c
parentf03ddbda7492c62e7d61c7422ffd9cda1fb35034
macro_table: take the file into account

The original code used the position to find a macro but it didn't take into
account that we are processing multiple files.  We need to take the
file, the line and the position all into account.

Signed-off-by: Dan Carpenter <error27@gmail.com>
macro_table.c