/[gnats]/gnats/libiberty/mkstemps.c
ViewVC logotype

Diff of /gnats/libiberty/mkstemps.c

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

revision 1.1 by jsm, Tue Oct 26 07:10:16 1999 UTC revision 1.2 by pdm, Mon Dec 10 23:03:26 2001 UTC
# Line 20  Line 20 
20  #include "config.h"  #include "config.h"
21  #endif  #endif
22    
23    #include <sys/types.h>
24  #ifdef HAVE_STDLIB_H  #ifdef HAVE_STDLIB_H
25  #include <stdlib.h>  #include <stdlib.h>
26  #endif  #endif
# Line 39  Line 40 
40    
41  /* We need to provide a type for gcc_uint64_t.  */  /* We need to provide a type for gcc_uint64_t.  */
42  #ifdef __GNUC__  #ifdef __GNUC__
43  typedef unsigned long long gcc_uint64_t;  __extension__ typedef unsigned long long gcc_uint64_t;
44  #else  #else
45  typedef unsigned long gcc_uint64_t;  typedef unsigned long gcc_uint64_t;
46  #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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