Skip to content
Snippets Groups Projects
Commit fae2d9a9 authored by cox's avatar cox
Browse files

see ChangeLog.n: 2000-02-25 Charles A. Cox <cox@delta>

parent e83cc1a2
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,11 @@ If there are user-visible changes in this commit, then list the
<standard changelog date stamp>
* <changes go here...>
*******************************************************************************
2000-02-25 Charles A. Cox <cox@delta>
* utils/lisp-utilities.lisp: add ':strings-convert nil' to _free def.
*******************************************************************************
2000-01-31 Charles A. Cox <cox@freezer>
......
......@@ -16,7 +16,7 @@
;; Commercial Software developed at private expense as specified in
;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
;;
;; $Id: lisp-utilities.lisp,v 1.41 1999/07/19 22:25:21 layer Exp $
;; $Id: lisp-utilities.lisp,v 1.42 2000/02/26 01:09:59 cox Exp $
(in-package :clim-utils)
......@@ -1597,6 +1597,7 @@
(ff:def-foreign-call (_free "free")
((data (* :char)))
:call-direct t
:strings-convert nil ; cac 25feb00
:arg-checking nil
:returning :void))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment