Mercurial > hg > xemacs-beta
diff src/sysfloat.h @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | e11d67e05968 |
children | de805c49cfc1 |
line wrap: on
line diff
--- a/src/sysfloat.h Mon Aug 13 11:12:06 2007 +0200 +++ b/src/sysfloat.h Mon Aug 13 11:13:30 2007 +0200 @@ -20,6 +20,9 @@ /* Synched up with: Not really in FSF. */ +#ifndef INCLUDED_sysfloat_h_ +#define INCLUDED_sysfloat_h_ + /* Work around a problem that happens because math.h on hpux 7 defines two static variables--which, in Emacs, are not really static, because `static' is defined as nothing. The problem is that they are @@ -86,3 +89,4 @@ # define isnan(x) ((x) != (x)) #endif +#endif /* INCLUDED_sysfloat_h_ */