Mercurial > hg > xemacs-beta
diff src/hash.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
line wrap: on
line diff
--- a/src/hash.h Mon Aug 13 11:32:27 2007 +0200 +++ b/src/hash.h Mon Aug 13 11:33:38 2007 +0200 @@ -17,8 +17,8 @@ /* Synched up with: Not in FSF. */ -#ifndef _HASH_H_ -#define _HASH_H_ +#ifndef INCLUDED_hash_h_ +#define INCLUDED_hash_h_ typedef struct { @@ -78,4 +78,4 @@ void map_remhash (remhash_predicate predicate, struct hash_table *hash_table, void *arg); -#endif /* _HASH_H_ */ +#endif /* INCLUDED_hash_h_ */