This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] drop MAXPATHLEN dependency from gcc/tlink.c


Samuel Thibault <samuel.thibault@ens-lyon.org> writes:

> 2007-08-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
> 
>       * gcc/tlink.c: Include "libiberty.h"
>       (initial_cwd): Change type into char*.
>       (tlink_init): Call getpwd() instead of getcwd().

Omit parentheses after function names in ChangeLog entry.

> -  getcwd (initial_cwd, sizeof (initial_cwd));
> +  initial_cwd = getpwd();

Space before left parenthesis.

OK with those changes.

Thanks.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]