Mercurial > hg > xemacs-beta
diff lwlib/lwlib-utils.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 | ade4c7e2c6cb |
line wrap: on
line diff
--- a/lwlib/lwlib-utils.h Mon Aug 13 11:32:27 2007 +0200 +++ b/lwlib/lwlib-utils.h Mon Aug 13 11:33:38 2007 +0200 @@ -1,5 +1,5 @@ -#ifndef _LWLIB_UTILS_H_ -#define _LWLIB_UTILS_H_ +#ifndef INCLUDED_lwlib_utils_h_ +#define INCLUDED_lwlib_utils_h_ void destroy_all_children (Widget widget); void XtNoClearRefreshWidget (Widget); @@ -21,4 +21,5 @@ #ifdef USE_DEBUG_MALLOC #include <dmalloc.h> #endif -#endif /* _LWLIB_UTILS_H_ */ + +#endif /* INCLUDED_lwlib_utils_h_ */