projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
295647a
)
Removed trailing semicolon
author
Lukas Krickl
<lukas@krickl.dev>
Wed, 27 Dec 2023 17:10:10 +0000
(18:10 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Wed, 27 Dec 2023 17:10:10 +0000
(18:10 +0100)
src/ulas.c
patch
|
blob
|
history
diff --git
a/src/ulas.c
b/src/ulas.c
index c850bdf0c11e4b692183ebf33b6ec616a7d088ef..8123ecff05ae91b61ed618547c1ebcef3513c2c7 100644
(file)
--- a/
src/ulas.c
+++ b/
src/ulas.c
@@
-716,7
+716,6
@@
char *ulas_preprocexpand(struct ulas_preproc *pp, const char *raw_line,
while ((read = ulas_tok(&pp->tok, &praw_line, *n))) {
struct ulas_ppdef *def =
ulas_preprocgetdef(pp, pp->tok.buf, pp->tok.maxlen);
- ;
// if it is the first token, and it begins with a # do not process at all!
// if the first token is a # preproc directive skip the second token at all