[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sbcl-commits
Subject:    [Sbcl-commits] master: Add C function declaration (lp#1897627)
From:       Douglas Katzman via Sbcl-commits <sbcl-commits () lists ! sourceforge ! net>
Date:       2020-09-28 21:37:40
Message-ID: 1601329060.340643.28292 () sfp-scm-5 ! v30 ! lw ! sourceforge ! com
[Download RAW message or body]

The branch "master" has been updated in SBCL:
       via  b1fb7ba7dc45a958661e599a0f7848ccdbea3144 (commit)
      from  cf6a01774bcc5363b6a2622022695f02c8cef561 (commit)

- Log -----------------------------------------------------------------
commit b1fb7ba7dc45a958661e599a0f7848ccdbea3144
Author: Douglas Katzman <dougk@google.com>
Date:   Mon Sep 28 17:37:02 2020 -0400

    Add C function declaration (lp#1897627)
    
    Patch from Bob Felts
---
 tests/foreign.test.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/foreign.test.sh b/tests/foreign.test.sh
index 1139d91b5..35fb3cd79 100755
--- a/tests/foreign.test.sh
+++ b/tests/foreign.test.sh
@@ -137,6 +137,7 @@ echo 'int foo = 42;' > $TEST_FILESTEM-b2.c
 # some constants in the functions), so that the test will fail if we accidentally
 # call the new bar() at the old address - as might happen if the OS maps both '.so'
 # files at the same place - as a consequence of failing to update the linkage table.
+echo 'int bar(void);' >> $TEST_FILESTEM-b2.c
 echo 'int somerandomfun(int x) { return x?-x:bar(); }' >> $TEST_FILESTEM-b2.c
 echo 'int bar() { return 13; }' >> $TEST_FILESTEM-b2.c
 build_so $TEST_FILESTEM-b2

-----------------------------------------------------------------------


hooks/post-receive
-- 
SBCL


_______________________________________________
Sbcl-commits mailing list
Sbcl-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic