Skip to content
Snippets Groups Projects
Commit 68e8e5d1 authored by rtoy's avatar rtoy
Browse files

Add declaration for convert_lisp_string to get rid of compiler warning

in backtrace.c about undeclared function.
parent 31577257
No related branches found
No related tags found
No related merge requests found
/* /*
* $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. * Common interface for os-dependent functions.
* *
...@@ -115,4 +115,6 @@ unsigned long *os_sigcontext_pc(ucontext_t *); ...@@ -115,4 +115,6 @@ unsigned long *os_sigcontext_pc(ucontext_t *);
unsigned char *os_sigcontext_fpu_reg(ucontext_t *, int); unsigned char *os_sigcontext_fpu_reg(ucontext_t *, int);
unsigned int os_sigcontext_fpu_modes(ucontext_t *); unsigned int os_sigcontext_fpu_modes(ucontext_t *);
char* convert_lisp_string(char* c_string, void* lisp_string, int len);
#endif /* _OS_H_ */ #endif /* _OS_H_ */
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