/[gcl]/gcl/binutils/include/getopt.h
ViewVC logotype

Diff of /gcl/binutils/include/getopt.h

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

revision 1.1.1.1 by camm, Fri Aug 9 05:36:38 2002 UTC revision 1.1.1.1.20.1 by camm, Fri Sep 30 02:10:24 2005 UTC
# Line 1  Line 1 
1  /* Declarations for getopt.  /* Declarations for getopt.
2     Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000     Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000,
3     Free Software Foundation, Inc.     2002 Free Software Foundation, Inc.
4    
5     NOTE: The canonical source of this file is maintained with the GNU C Library.     NOTE: The canonical source of this file is maintained with the GNU C Library.
6     Bugs can be reported to bug-glibc@gnu.org.     Bugs can be reported to bug-glibc@gnu.org.
# Line 108  struct option Line 108  struct option
108  #if !HAVE_DECL_GETOPT  #if !HAVE_DECL_GETOPT
109  #if defined (__GNU_LIBRARY__) || defined (HAVE_DECL_GETOPT)  #if defined (__GNU_LIBRARY__) || defined (HAVE_DECL_GETOPT)
110  /* Many other libraries have conflicting prototypes for getopt, with  /* Many other libraries have conflicting prototypes for getopt, with
111     differences in the consts, in stdlib.h.  To avoid compilation     differences in the consts, in unistd.h.  To avoid compilation
112     errors, only prototype getopt for the GNU C library.  */     errors, only prototype getopt for the GNU C library.  */
113  extern int getopt (int argc, char *const *argv, const char *shortopts);  extern int getopt (int argc, char *const *argv, const char *shortopts);
114  #else  #else
115    #ifndef __cplusplus
116  extern int getopt ();  extern int getopt ();
117    #endif /* __cplusplus */
118  #endif  #endif
119  #endif /* !HAVE_DECL_GETOPT */  #endif /* !HAVE_DECL_GETOPT */
120    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.20.1

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