[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: obstack fix
From: |
Jim Meyering |
Subject: |
Re: obstack fix |
Date: |
Sat, 12 Nov 2011 13:30:21 +0100 |
Bruno Haible wrote:
> While testing a 'grep' prerelease on MSVC 9, I got this error:
>
> obstack.c
> obstack.c(406) : error C2381: 'print_and_abort': redefinition;
> __declspec(noreturn) differs from
> obstack.c(90): see declaration of 'print_and_abort'
> make[4]: *** [obstack.obj] Error 2
>
> This fixes it.
>
>
> 2011-11-11 Bruno Haible <address@hidden>
>
> obstack: Fix compilation error on MSVC 9.
> * lib/obstack.c (print_and_abort): Declare with _Noreturn specifier.
Thanks!
- obstack fix, Bruno Haible, 2011/11/11
- Re: obstack fix,
Jim Meyering <=