X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsyswait.h;h=68364022f2eedd6d4d5eee3b34f77dae183c8b7b;hb=refs%2Fheads%2Ffor-concord-0.9;hp=4e0066d7a7a03d528ce761b4d5e1b80e2a6fce60;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/syswait.h b/src/syswait.h index 4e0066d..6836402 100644 --- a/src/syswait.h +++ b/src/syswait.h @@ -19,7 +19,8 @@ along with XEmacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Cleanup by Martin Buchholz for Autoconf 2 (see the Autoconf Manual) */ +#ifndef INCLUDED_syswait_h_ +#define INCLUDED_syswait_h_ #include @@ -52,3 +53,4 @@ Boston, MA 02111-1307, USA. */ #define WRETCODE(s) ((s) >> 8) #endif +#endif /* INCLUDED_syswait_h_ */