emacs-devel
[Top][All Lists]
Advanced

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

Re: using libmagic in Emacs?


From: Rupert Swarbrick
Subject: Re: using libmagic in Emacs?
Date: Fri, 21 Aug 2009 18:46:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

address@hidden writes:


> I'm habing trouble remembering not to use c99. Is there some convenient
> compiler flag to force lower versions? Fixed the errors I saw.
>

Maybe -ansi combined with -pedantic, for gcc.

  address@hidden:~/tmp gcc -ansi -pedantic -o test test.c
  test.c: In function ‘main’:
  test.c:10: warning: ISO C90 forbids mixed declarations and code

Rupert

Attachment: pgpkmH9D5iJlM.pgp
Description: PGP signature


reply via email to

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