diff options
author | dawes <dawes> | 2001-07-25 15:04:38 +0000 |
---|---|---|
committer | dawes <dawes> | 2001-07-25 15:04:38 +0000 |
commit | 30f64020f2b4e1dd849ebb284928c94ef346785a (patch) | |
tree | 62257e937a00d67dcb862fee0ed96bd0a6889fe5 /programs/fstobdf | |
parent | 0b2f1dfc4aa854c99de5c69a0c0d6a919d1df772 (diff) |
156. Remove most X_NOT_STDC_ENV code, and assume that __STDC__ is defined
(David Dawes).
Diffstat (limited to 'programs/fstobdf')
-rw-r--r-- | programs/fstobdf/header.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/programs/fstobdf/header.c b/programs/fstobdf/header.c index eb72d9659..6f0a2214c 100644 --- a/programs/fstobdf/header.c +++ b/programs/fstobdf/header.c @@ -39,14 +39,12 @@ in this Software without prior written authorization from The Open Group. * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF * THIS SOFTWARE. */ -/* $XFree86: xc/programs/fstobdf/header.c,v 3.4 1999/02/25 06:01:01 dawes Exp $ */ +/* $XFree86: xc/programs/fstobdf/header.c,v 3.5 2001/01/17 23:44:54 dawes Exp $ */ #include <stdio.h> #include <X11/Xosdefs.h> -#ifndef X_NOT_STDC_ENV #include <stdlib.h> #include <string.h> -#endif #include "fstobdf.h" unsigned long pointSize; |