Browse Source
At present, the lexer in dtc recognizes only space, tab and newline as whitespace characters. This is broken; in particular this means that dtc will get syntax errors on files with DOS-style (CR-LF) newlines. This patch fixes the problem, using flex's built-int [:space:] character class. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>main
David Gibson
18 years ago
committed by
Jon Loeliger
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue