groff
[Top][All Lists]
Advanced

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

Re: [Groff] Automake migration proposal


From: Werner LEMBERG
Subject: Re: [Groff] Automake migration proposal
Date: Mon, 11 Aug 2014 08:06:16 +0200 (CEST)

>>  extern "C" const char *Version_string = "1.22.2";
> 
> extern "C" const char *Version_string;
> const char *Version_string = "1.22.2";
> 
> but I'm not sure if it's the proper way to solve this warning.

Does

  extern "C" {
    const char *Version_string = "1.22.2";
  }

work better?


    Werner



reply via email to

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