gnutls-devel
[Top][All Lists]
Advanced

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

[gnutls-dev] Re: C++ comments invalid in C source files


From: Simon Josefsson
Subject: [gnutls-dev] Re: C++ comments invalid in C source files
Date: Tue, 15 Nov 2005 14:12:31 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Albert Chin <address@hidden> writes:

> C++ comments invalid in C source files.

Those files were generated.  I had to modify GAA to fix this.  That is
now done in my local copy of GAA.  I installed the newly generated
files.

Thanks,
Simon


> -- 
> albert chin (address@hidden)
>
> -- snip snip
> Index: src/certtool-gaa.c
> ===================================================================
> --- src/certtool-gaa.c.orig   2005-11-12 21:44:50.099932000 -0600
> +++ src/certtool-gaa.c        2005-11-12 21:44:59.785808000 -0600
> @@ -1217,7 +1217,7 @@
>  
>          len++;
>          a = fgetc( file);
> -        if(a==EOF) return 0; //a = ' ';
> +        if(a==EOF) return 0; /*a = ' ';*/
>      }
>  
>      len += 1;
> Index: src/tls_test-gaa.c
> ===================================================================
> --- src/tls_test-gaa.c.orig   2005-11-12 21:44:50.051672000 -0600
> +++ src/tls_test-gaa.c        2005-11-12 21:44:59.880482000 -0600
> @@ -693,7 +693,7 @@
>       len++;
>       a = fgetc(file);
>       if (a == EOF)
> -         return 0;           //a = ' ';
> +         return 0;           /*a = ' ';*/
>      }
>  
>      len += 1;



reply via email to

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