Mercurial > emacs
changeset 29601:9cbfd0ef31df
Changed __W32BDF_H__ to EMACS_W32BDF_H to comply with ISO C spec.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 12 Jun 2000 19:09:42 +0000 |
parents | a377acd06ea8 |
children | d13e7c93d265 |
files | src/w32bdf.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32bdf.h Mon Jun 12 19:09:11 2000 +0000 +++ b/src/w32bdf.h Mon Jun 12 19:09:42 2000 +0000 @@ -21,8 +21,8 @@ /* Based heavily on code by H. Miyashita for Meadow (a descendant of MULE for W32). */ -#ifndef __W32BDF_H__ -#define __W32BDF_H__ +#ifndef EMACS_W32BDF_H +#define EMACS_W32BDF_H #define BDF_FIRST_OFFSET_TABLE 0x200 #define BDF_SECOND_OFFSET_TABLE 0x80 @@ -101,4 +101,4 @@ int bytelen, int fixed_pitch_size); int w32_BDF_to_x_font (char *file, char* xstr, int len); -#endif /* __W32BDF_H__ */ +#endif /* EMACS_W32BDF_H */