/[m4]/m4/src/output.c
ViewVC logotype

Diff of /m4/src/output.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1.2.2 by gary, Sat Aug 21 11:16:04 2004 UTC revision 1.1.1.1.2.3 by gary, Thu Feb 3 15:21:06 2005 UTC
# Line 1  Line 1 
1  /* GNU m4 -- A simple macro processor  /* GNU m4 -- A simple macro processor
2    
3     Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2004 Free     Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2004, 2005 Free
4     Software Foundation, Inc.     Software Foundation, Inc.
5        
6     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
# Line 102  output_init (void) Line 102  output_init (void)
102    output_unused = 0;    output_unused = 0;
103  }  }
104    
 #ifndef HAVE_TMPFILE  
   
105  #ifndef HAVE_MKSTEMP  #ifndef HAVE_MKSTEMP
106    
107  /* This implementation of mkstemp(3) does not avoid any races, but its  /* This implementation of mkstemp(3) does not avoid any races, but its
# Line 111  output_init (void) Line 109  output_init (void)
109    
110  #include <fcntl.h>  #include <fcntl.h>
111    
112  static int  int
113  mkstemp (const char *tmpl)  mkstemp (const char *tmpl)
114  {  {
115    mktemp (tmpl);    mktemp (tmpl);
# Line 120  mkstemp (const char *tmpl) Line 118  mkstemp (const char *tmpl)
118    
119  #endif /* not HAVE_MKSTEMP */  #endif /* not HAVE_MKSTEMP */
120    
121    #ifndef HAVE_TMPFILE
122    
123  /* Implement tmpfile(3) for non-USG systems.  */  /* Implement tmpfile(3) for non-USG systems.  */
124    
125  static FILE *  static FILE *

Legend:
Removed from v.1.1.1.1.2.2  
changed lines
  Added in v.1.1.1.1.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26