1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-21 09:15:46 +01:00

Remove dependency to CPP: new parser that handles comments

Wrote a new parsing code that is able to skip over comments.
Note that because CPP is still active, you will not see any
effect unless you disable CPP pre-processing.
This commit is contained in:
Christophe CURIS
2012-06-17 23:56:34 +02:00
committed by Carlos R. Mafra
parent 7d74648fc3
commit ed9482b626
2 changed files with 157 additions and 72 deletions

View File

@@ -37,4 +37,6 @@ struct w_menu_parser {
char line_buffer[MAXLINE];
};
Bool menu_parser_skip_spaces_and_comments(WMenuParser parser);
#endif /* _MENUPARSER_H_INCLUDED */