[Git][cmucl/cmucl][master] Include string.h to declare memcmp

Raymond Toy (@rtoy) gitlab at common-lisp.net
Tue Jul 6 23:10:36 UTC 2021



Raymond Toy pushed to branch master at cmucl / cmucl


Commits:
d98b3882 by Raymond Toy at 2021-07-06T16:10:10-07:00
Include string.h to declare memcmp

x86-arch.c uses memcmp without declaring it.  Noticed on macos, but
not on linux.

- - - - -


1 changed file:

- src/lisp/x86-arch.c


Changes:

=====================================
src/lisp/x86-arch.c
=====================================
@@ -7,6 +7,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "lisp.h"
 #include "globals.h"



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d98b3882b12575923c7bc0d23557810e7b8ed794

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d98b3882b12575923c7bc0d23557810e7b8ed794
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20210706/924def7c/attachment-0001.html>


More information about the cmucl-cvs mailing list