blob: 2e01702df7d0f675fc556ea5d1e212b7bc92f2e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/gui/glame_console.c.orig 2008-03-02 14:01:12.000000000 -0500
+++ src/gui/glame_console.c 2008-03-02 14:01:34.000000000 -0500
@@ -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 */
|