Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8869a54
)
cosmetic: undef unused macro
author
Daniel Kochmański
<daniel@turtleware.eu>
Mon, 17 Aug 2015 10:26:57 +0000
(12:26 +0200)
committer
Daniel Kochmański
<daniel@turtleware.eu>
Mon, 17 Aug 2015 10:26:57 +0000
(12:26 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
src/c/compiler.d
patch
|
blob
|
blame
|
history
diff --git
a/src/c/compiler.d
b/src/c/compiler.d
index
b617eae
..
c676824
100644
(file)
--- a/
src/c/compiler.d
+++ b/
src/c/compiler.d
@@
-1400,6
+1400,7
@@
c_labels_flet(cl_env_ptr env, int op, cl_object args, int flags) {
env->c_env->macros = old_funs;
return flags;
+#undef push
}