CMUCL commit: src/lisp (os.h)
Raymond Toy
rtoy at common-lisp.net
Mon Feb 1 18:38:49 CET 2010
Date: Monday, February 1, 2010 @ 12:38:49
Author: rtoy
Path: /project/cmucl/cvsroot/src/lisp
Modified: os.h
Add declaration for convert_lisp_string to get rid of compiler warning
in backtrace.c about undeclared function.
------+
os.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Index: src/lisp/os.h
diff -u src/lisp/os.h:1.25 src/lisp/os.h:1.26
--- src/lisp/os.h:1.25 Mon Feb 1 11:04:43 2010
+++ src/lisp/os.h Mon Feb 1 12:38:48 2010
@@ -1,5 +1,5 @@
/*
- * $Header: /project/cmucl/cvsroot/src/lisp/os.h,v 1.25 2010-02-01 16:04:43 rtoy Exp $
+ * $Header: /project/cmucl/cvsroot/src/lisp/os.h,v 1.26 2010-02-01 17:38:48 rtoy Exp $
*
* Common interface for os-dependent functions.
*
@@ -115,4 +115,6 @@
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_ */
More information about the cmucl-commit
mailing list