CML2
"bahadir balban" <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, Since cml2 is partly used by l4 pistachio I guess it's relevant to ask. Do you know how to declare a cml2 statement in a .cml file that produces an output of the form: #define ARCH ARM So far I was only able to produce string literals or integers. For example: #define ARCH "arm" or #define ARCH 1 Thanks, Bahadir