X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fmacros.h;h=750710b9c0a9f5a3eaa84f59cb0d49f20685733b;hp=d82d150d2ababed2e4f6d76738239ed1e375c4ef;hb=9f7e1f8c96cb936ba2e2cb5db1185f9bc18c42cf;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910 diff --git a/src/macros.h b/src/macros.h index d82d150..750710b 100644 --- a/src/macros.h +++ b/src/macros.h @@ -20,8 +20,8 @@ Boston, MA 02111-1307, USA. */ /* Synched up with: FSF 19.30. */ -#ifndef _XEMACS_MACROS_H_ -#define _XEMACS_MACROS_H_ +#ifndef INCLUDED_macros_h_ +#define INCLUDED_macros_h_ /* Index of next character to fetch from that macro */ @@ -35,4 +35,4 @@ EXFUN (Fexecute_kbd_macro, 2); extern Lisp_Object Vexecuting_macro; -#endif /* _XEMACS_MACROS_H_ */ +#endif /* INCLUDED_macros_h_ */