blob: 47b436cacc30328ddae6bb517be80283a1b8e79f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/gui/glame_console.c.orig 2004-10-23 13:09:24 UTC
+++ src/gui/glame_console.c
@@ -60,7 +60,7 @@ static void port_register()
port = scm_make_port_type("glame-console", NULL, port_write);
/* Create new port - shamelessly copied from libguile/strports.c */
- GLAME_NEWCELL(s_port);
+ SCM_NEWCELL(s_port);
SCM_DEFER_INTS;
pt = scm_add_to_port_table(s_port);
#ifdef SCM_SET_CELL_TYPE /* guile >= 1.4 */
|