bug-guile
[Top][All Lists]
Advanced

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

Re: [1.9.12] expected ')' ...


From: Ludovic Courtès
Subject: Re: [1.9.12] expected ')' ...
Date: Sat, 11 Sep 2010 15:09:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi,

primus <address@hidden> writes:

> "./libguile/bdw-gc.h" line 44 of 65
> before:
>       #if (! ((defined GC_VERSION_MAJOR) && (GC_VERSION_MAJOR >= 7)))
>       /* This type was provided by `libgc' 6.x.  */
> after:
>       #if ( ((defined GC_VERSION_MAJOR) && (GC_VERSION_MAJOR >= 7)))
>
> Removal of '!'.  GC_PTR *should* be defined if ver >= 7

Hmm in this file I see:

  #if (defined GC_VERSION_MAJOR) && (GC_VERSION_MAJOR >= 7)
  /* This type was provided by `libgc' 6.x.  */
  typedef void *GC_PTR;
  #endif

Perhaps you were looking at a modified version of the file?

Thanks,
Ludo’.



reply via email to

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