diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-06 14:13:03 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-06 14:13:03 -0800 |
commit | e765a388299ce398f7f5cf57bc74b8134d785f43 (patch) | |
tree | 8666752cedade7bca7ce697b7a6d002b25f9692d /lib/getopt.in.h | |
parent | 5976c3fe907ebb3254fd2f07c765ea7492b44f63 (diff) | |
download | emacs-e765a388299ce398f7f5cf57bc74b8134d785f43.tar.gz emacs-e765a388299ce398f7f5cf57bc74b8134d785f43.tar.bz2 emacs-e765a388299ce398f7f5cf57bc74b8134d785f43.zip |
gnulib: undo previous 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 9f6341ccdcd..9b0a9a58bc9 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_GL_GETOPT_H +#ifndef _GL_GETOPT_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ @@ -32,10 +32,10 @@ # undef _GL_SYSTEM_GETOPT #endif -#ifndef _gl_GL_GETOPT_H +#ifndef _GL_GETOPT_H #ifndef __need_getopt -# define _gl_GL_GETOPT_H 1 +# define _GL_GETOPT_H 1 #endif /* Standalone applications should #define __GETOPT_PREFIX to an |