From 68e8e5d1eef473788fc67c7122097b6e19341991 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Mon, 1 Feb 2010 17:38:48 +0000 Subject: [PATCH] Add declaration for convert_lisp_string to get rid of compiler warning in backtrace.c about undeclared function. --- lisp/os.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/os.h b/lisp/os.h index 188d8623d..6a63808ca 100644 --- a/lisp/os.h +++ b/lisp/os.h @@ -1,5 +1,5 @@ /* - * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/os.h,v 1.25 2010/02/01 16:04:43 rtoy Exp $ + * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/os.h,v 1.26 2010/02/01 17:38:48 rtoy Rel $ * * Common interface for os-dependent functions. * @@ -115,4 +115,6 @@ unsigned long *os_sigcontext_pc(ucontext_t *); unsigned char *os_sigcontext_fpu_reg(ucontext_t *, int); unsigned int os_sigcontext_fpu_modes(ucontext_t *); +char* convert_lisp_string(char* c_string, void* lisp_string, int len); + #endif /* _OS_H_ */ -- GitLab