From: Chris Hanson Date: Sat, 2 Jun 2001 01:06:01 +0000 (+0000) Subject: Oops, that should have been CREATE-TCP-SERVER-SOCKET. X-Git-Tag: 20090517-FFI~2754 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0cb8f198c327243b2c1132c57004f3c8547f7990;p=mit-scheme.git Oops, that should have been CREATE-TCP-SERVER-SOCKET. --- diff --git a/v7/src/microcode/pruxsock.c b/v7/src/microcode/pruxsock.c index 836689741..428de1b52 100644 --- a/v7/src/microcode/pruxsock.c +++ b/v7/src/microcode/pruxsock.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: pruxsock.c,v 1.19 2001/06/02 01:05:16 cph Exp $ +$Id: pruxsock.c,v 1.20 2001/06/02 01:06:01 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology @@ -267,7 +267,7 @@ The opened socket is stored in the cdr of WEAK-PAIR.") }); } -DEFINE_PRIMITIVE ("CREATE_TCP_SERVER_SOCKET", Prim_create_tcp_server_socket, 0, 0, 0) +DEFINE_PRIMITIVE ("CREATE-TCP-SERVER-SOCKET", Prim_create_tcp_server_socket, 0, 0, 0) { PRIMITIVE_HEADER (0); SOCKET_CODE