From: Camm Maguire Date: Tue, 25 Mar 2025 16:52:33 +0000 (-0400) Subject: X-Git-Tag: archive/raspbian/2.6.14-19+rpi1^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1c58c0ea9296818c8b11c9ab60a8e7c70a488ee0;p=gcl.git TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. gcl (2.6.14-3) unstable; urgency=medium * Version_2_6_15pre2 Gbp-Pq: Name Version_2_6_15pre2 --- diff --git a/cmpnew/gcl_cmpfun.lsp b/cmpnew/gcl_cmpfun.lsp index 16ac119c..73045687 100755 --- a/cmpnew/gcl_cmpfun.lsp +++ b/cmpnew/gcl_cmpfun.lsp @@ -419,7 +419,7 @@ (t (error "should not get here"))) ))) (c1expr (cons fun args)))) -(defun shift>> (a b) (ash a (- b))) +(defun shift>> (a b) (ash a b)) (defun shift<< (a b) (ash a b)) (si:putprop 'ash '(c1ash-condition . c1ash) 'c1conditional) (si:putprop 'shift>> "Lash" 'lfun) diff --git a/git.tag b/git.tag index d95dd628..65e7c4bd 100644 --- a/git.tag +++ b/git.tag @@ -1 +1 @@ -"Version_2_6_15pre1" +"Version_2_6_15pre2"