mirror of
https://github.com/linux-msm/qmic.git
synced 2024-11-23 09:44:06 +08:00
QMI IDL compiler
ed896c97dc
Register symbolic constants as defined symbols when they are defined. When a constant symbol reference occurs after it's been defined, the parsed token is modified to be a number type, whose value is the value constant symbol. One difference between a "normal" number token and a "constant" number token is that the the string in a constant token contains a copy of the symbolic name, whereas its a null pointer for a "normal" number. Signed-off-by: Alex Elder <elder@linaro.org> Message-Id: <20211001232338.769309-35-elder@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> |
||
---|---|---|
tests | ||
.gitignore | ||
accessor.c | ||
kernel.c | ||
LICENSE | ||
list.h | ||
Makefile | ||
parser.c | ||
qmi_tlv.c | ||
qmic.c | ||
qmic.h |