* lib/putenv.c (environ): Make indentation reflect cpp nesting.
2011-11-02 Jim Meyering <meyering@redhat.com>
+ putenv: indent #definition of "environ" to placate cppi
+ * lib/putenv.c (environ): Make indentation reflect cpp nesting.
+
gitlog-to-changelog: provide a ChangeLog-repair mechanism
Git logs are often treated as immutable, because editing them
changes the SHA1 checksums of all descendants. Thus, errors in
#if _LIBC
# if HAVE_GNU_LD
-# define environ __environ
+# define environ __environ
# else
extern char **environ;
# endif