[cmucl-cvs] CMUCL commit: src/lisp (print.c)
Raymond Toy
rtoy at common-lisp.net
Fri Oct 22 04:07:33 UTC 2010
Date: Friday, October 22, 2010 @ 00:07:33
Author: rtoy
Path: /project/cmucl/cvsroot/src/lisp
Modified: print.c
Oops. Need to include stdint.h to get uint16_t defined.
---------+
print.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Index: src/lisp/print.c
diff -u src/lisp/print.c:1.29 src/lisp/print.c:1.30
--- src/lisp/print.c:1.29 Sun Oct 10 10:55:57 2010
+++ src/lisp/print.c Fri Oct 22 00:07:33 2010
@@ -1,7 +1,8 @@
-/* $Header: /project/cmucl/cvsroot/src/lisp/print.c,v 1.29 2010-10-10 14:55:57 rtoy Exp $ */
+/* $Header: /project/cmucl/cvsroot/src/lisp/print.c,v 1.30 2010-10-22 04:07:33 rtoy Exp $ */
#include <stdio.h>
#include <string.h>
+#include <stdint.h>
#include "print.h"
#include "lisp.h"
#include "internals.h"
More information about the cmucl-cvs
mailing list