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:
committed by
Carlos R. Mafra
parent
7d74648fc3
commit
ed9482b626
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user