emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#15798: closed (Bad variable name "noreturn" in lib


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15798: closed (Bad variable name "noreturn" in libguile/throw.h)
Date: Tue, 05 Nov 2013 00:51:02 +0000

Your message dated Mon, 04 Nov 2013 19:48:29 -0500
with message-id <address@hidden>
and subject line Re: bug#15798: Bad variable name "noreturn" in libguile/throw.h
has caused the debbugs.gnu.org bug report #15798,
regarding Bad variable name "noreturn" in libguile/throw.h
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15798: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15798
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Bad variable name "noreturn" in libguile/throw.h Date: Sun, 3 Nov 2013 17:30:39 -0600
In the function scm_ithrow, the parameter "int noreturn" is given. Now this works fine normally, but if stdnoreturn.h is included before throw.h (or libguile.h more likely), then this causes a compilation error. In throw.c, noreturn is even marked as an unused variable, so this is even more annoying! I recommend using "no_return" to prevent any namespace conflicts.

--
Matt Sicker <address@hidden>

--- End Message ---
--- Begin Message --- Subject: Re: bug#15798: Bad variable name "noreturn" in libguile/throw.h Date: Mon, 04 Nov 2013 19:48:29 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)
Matt Sicker <address@hidden> writes:
> In the function scm_ithrow, the parameter "int noreturn" is given. Now
> this works fine normally, but if stdnoreturn.h is included before
> throw.h (or libguile.h more likely), then this causes a compilation
> error. In throw.c, noreturn is even marked as an unused variable, so
> this is even more annoying! I recommend using "no_return" to prevent
> any namespace conflicts.

Fixed in stable-2.0.  Thanks for the report.

http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commit;h=36c40440078c005cd5e239cca487d29f6f60007d

    Mark


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]