Closed mewmew closed 8 years ago
Preprocess directives are treated as line comments as of commit 3da0c0e. In the future, we should consider implementing proper support for preprocess directives. Closing this issue for now, while marking it as a future ambition.
The quiet/rtl/r06.c test case contains an
#include
preprocess directive. While future versions of uC may include extended support for preprocess directives, the scope of the current release of uC does not include preprocess support.For now, lets ignore preprocess directives by treating them as line comments.