diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-06-11 12:21:13 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-06-11 12:21:13 +0000 |
commit | ff96b5f4494cad2294221ea54b6003081616ecc8 (patch) | |
tree | 3715e651688572452ca0e7c6cd88b8ef98483550 /src/msdos.h | |
parent | db8eeecd160422cbeb9e2a6c29b781cb62c5454a (diff) | |
download | emacs-ff96b5f4494cad2294221ea54b6003081616ecc8.tar.gz |
Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
Diffstat (limited to 'src/msdos.h')
-rw-r--r-- | src/msdos.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/msdos.h b/src/msdos.h index 76b133582da..038ec6aabe4 100644 --- a/src/msdos.h +++ b/src/msdos.h @@ -18,8 +18,8 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _MSDOS_H_ -#define _MSDOS_H_ +#ifndef MSDOS_H_ +#define MSDOS_H_ #include <dpmi.h> @@ -166,4 +166,4 @@ void XMenuDestroy (Display *, XMenu *); #endif /* not HAVE_X_WINDOWS */ -#endif /* not _MSDOS_H_ */ +#endif /* not MSDOS_H_ */ |