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 /c++defs.h | |
parent | 5976c3fe907ebb3254fd2f07c765ea7492b44f63 (diff) | |
download | emacs-e765a388299ce398f7f5cf57bc74b8134d785f43.tar.gz |
gnulib: undo previous change
Diffstat (limited to 'c++defs.h')
-rw-r--r-- | c++defs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/c++defs.h b/c++defs.h index e4b1b2ecf4f..d521417069a 100644 --- a/c++defs.h +++ b/c++defs.h @@ -14,8 +14,8 @@ 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_CXXDEFS_H -#define _gl_GL_CXXDEFS_H +#ifndef _GL_CXXDEFS_H +#define _GL_CXXDEFS_H /* The three most frequent use cases of these macros are: @@ -268,4 +268,4 @@ _GL_EXTERN_C int _gl_cxxalias_dummy #endif -#endif /* _gl_GL_CXXDEFS_H */ +#endif /* _GL_CXXDEFS_H */ |