diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-06 00:28:30 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-06 00:28:30 -0800 |
commit | 91ccade49b1403d469fa5441b16598e08d6604c9 (patch) | |
tree | 2acfe2ae1e1f1b87e03072f926d6d15a3c50f223 /lib/getopt.in.h | |
parent | 5f742c1bf2ad7b435e7a13dc58c1c45bab81b70b (diff) | |
download | emacs-91ccade49b1403d469fa5441b16598e08d6604c9.tar.gz |
gnulib: adjust to upstream _HEADERS change
Diffstat (limited to 'lib/getopt.in.h')
-rw-r--r-- | lib/getopt.in.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/getopt.in.h b/lib/getopt.in.h index 9b0a9a58bc9..9f6341ccdcd 100644 --- a/lib/getopt.in.h +++ b/lib/getopt.in.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _GL_GETOPT_H +#ifndef _gl_GL_GETOPT_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ @@ -32,10 +32,10 @@ # undef _GL_SYSTEM_GETOPT #endif -#ifndef _GL_GETOPT_H +#ifndef _gl_GL_GETOPT_H #ifndef __need_getopt -# define _GL_GETOPT_H 1 +# define _gl_GL_GETOPT_H 1 #endif /* Standalone applications should #define __GETOPT_PREFIX to an |