From: Guillermo J. Rozas Date: Wed, 10 Jun 1992 21:39:06 +0000 (+0000) Subject: const -> CONST. X-Git-Tag: 20090517-FFI~9260 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=652b946721cc24ee67ea2a4826233d3313b4f3f4;p=mit-scheme.git const -> CONST. --- diff --git a/v7/src/microcode/pruxenv.c b/v7/src/microcode/pruxenv.c index bf3b13e3d..e7e3ac2c6 100644 --- a/v7/src/microcode/pruxenv.c +++ b/v7/src/microcode/pruxenv.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/pruxenv.c,v 1.7 1992/06/05 19:39:05 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/pruxenv.c,v 1.8 1992/06/10 21:39:06 jinx Exp $ Copyright (c) 1990-1992 Massachusetts Institute of Technology @@ -160,7 +160,7 @@ DEFINE_PRIMITIVE ("FULL-HOSTNAME", Prim_full_hostname, 0, 0, { char this_host_name[HOSTNAMESIZE]; #ifdef HAVE_SOCKETS - struct hostent * EXFUN (gethostbyname, (const char *)); + struct hostent * EXFUN (gethostbyname, (CONST char *)); struct hostent *this_host_entry; STD_VOID_SYSTEM_CALL (syscall_gethostname,