parser: Document parse_ifdef()
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -225,6 +225,14 @@ parse_ifdef(struct rifle_state *state, struct token *tok)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Handle an '#ifndef' directive
|
||||||
|
*
|
||||||
|
* @state: Compiler state
|
||||||
|
* @tok: Last token
|
||||||
|
*
|
||||||
|
* Returns zero on success
|
||||||
|
*/
|
||||||
static int
|
static int
|
||||||
parse_ifndef(struct rifle_state *state, struct token *tok)
|
parse_ifndef(struct rifle_state *state, struct token *tok)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user