From ca0e14c4db175131898ce3c05c54dca8409386bb Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Wed, 5 Oct 2005 13:07:08 +0000 Subject: [PATCH] Remove GRINDEF from the exports for the EXTENSIONS package. It doesn't exist anymore. --- code/exports.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/exports.lisp b/code/exports.lisp index ba9567df8..34c637de5 100644 --- a/code/exports.lisp +++ b/code/exports.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.246 2005/09/09 19:36:34 pmai Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.247 2005/10/05 13:07:08 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1243,7 +1243,7 @@ "GET-COMMAND-LINE-SWITCH" "GET-DATA-POINTER" "GET-FLOATING-POINT-MODES" "GET-PEER-HOST-AND-PORT" "GET-SOCKET-HOST-AND-PORT" - "GET-STREAM-COMMAND" "GRINDEF" + "GET-STREAM-COMMAND" "HOST-ENTRY" "HOST-ENTRY-ADDR" "HOST-ENTRY-ADDR-LIST" "HOST-ENTRY-ALIASES" "HOST-ENTRY-NAME" "HTONL" "HTONS" "INADDR-ANY" "INDENTING-FURTHER" "INFO" -- GitLab