unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Bug: Compile error in libguile/numbers.c
@ 2007-04-13 15:57 Itay Perl
  2007-04-17 14:13 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Itay Perl @ 2007-04-13 15:57 UTC (permalink / raw)
  To: bug-guile


[-- Attachment #1.1: Type: text/plain, Size: 133 bytes --]

Hi,

There's a typo in libguile/number.c rev 1.288 (CVS): info after #endif
should be commented.
A patch is attached.

Regards,
Itay

[-- Attachment #1.2: Type: text/html, Size: 159 bytes --]

[-- Attachment #2: patch --]
[-- Type: application/octet-stream, Size: 318 bytes --]

--- numbers.c.orig	2007-04-13 18:47:25.000000000 +0300
+++ numbers.c	2007-04-13 17:31:59.000000000 +0300
@@ -6024,7 +6024,7 @@
   return atan2 (cimag(z), creal(z));
 }
 #endif
-#endif HAVE_COMPLEX_DOUBLE
+#endif /* HAVE_COMPLEX_DOUBLE */
 
 
 /* In the following functions we dispatch to the real-arg funcs like log()

[-- Attachment #3: Type: text/plain, Size: 137 bytes --]

_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug: Compile error in libguile/numbers.c
  2007-04-13 15:57 Bug: Compile error in libguile/numbers.c Itay Perl
@ 2007-04-17 14:13 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2007-04-17 14:13 UTC (permalink / raw)
  To: Itay Perl; +Cc: bug-guile

Hi,

"Itay Perl" <itay.perl@gmail.com> writes:

> There's a typo in libguile/number.c rev 1.288 (CVS): info after #endif should
> be commented.

Thanks for your report, this is now fixed (CVS HEAD).

Ludovic.


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-04-17 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-13 15:57 Bug: Compile error in libguile/numbers.c Itay Perl
2007-04-17 14:13 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).