Mercurial > hg > xemacs-beta
diff lib-src/getopt.c @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | e11d67e05968 |
children | de805c49cfc1 |
line wrap: on
line diff
--- a/lib-src/getopt.c Mon Aug 13 11:12:06 2007 +0200 +++ b/lib-src/getopt.c Mon Aug 13 11:13:30 2007 +0200 @@ -31,7 +31,7 @@ #endif #ifdef HAVE_CONFIG_H -#include <../src/config.h> +#include <config.h> #endif #include <stdio.h> @@ -202,11 +202,6 @@ #define my_index strchr #else -/* Avoid depending on library functions or files - whose names are inconsistent. */ - -char *getenv (); - static char * my_index (const char *str, int chr) {