Mercurial > hg > xemacs-beta
diff lib-src/getopt.c @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
line wrap: on
line diff
--- a/lib-src/getopt.c Mon Aug 13 11:31:26 2007 +0200 +++ b/lib-src/getopt.c Mon Aug 13 11:32:25 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) {