projects
/
mes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mescc: Output performance hacks: use core:display.
[mes.git]
/
src
/
lib.c
diff --git
a/src/lib.c
b/src/lib.c
index 4fdf591e75a5186966e4fe28744cbc45a3762c18..31916200afacc555563292d740289053b5b576c1 100644
(file)
--- a/
src/lib.c
+++ b/
src/lib.c
@@
-108,7
+108,7
@@
SCM
display_ (SCM x)
{
g_depth = 5;
- return display_helper (x, 0, "",
STDOUT
);
+ return display_helper (x, 0, "",
g_stdout
);
}
SCM