add sparse_keep_tokens api to lib.h
commit0f7245f57921d2b002c775c870692d148edebb5a
authorRob Taylor <rob.taylor@codethink.co.uk>
Fri, 29 Jun 2007 16:33:29 +0000 (29 17:33 +0100)
committerJosh Triplett <josh@freedesktop.org>
Fri, 13 Jul 2007 15:33:54 +0000 (13 08:33 -0700)
treebf2ecf690a878dae6df68c19e3c3de73780ea269
parent78d2e4b170d776017b56231f47b9a7749e50a73f
add sparse_keep_tokens api to lib.h

Adds sparse_keep_tokens, which is the same as __sparse, but doesn't free the
tokens after parsing. Useful fow ehen you want to inspect macro symbols after
parsing.

Signed-off-by: Rob Taylor <rob.taylor@codethink.co.uk>
lib.c
lib.h