/[bison]/bison/src/options.h
ViewVC logotype

Diff of /bison/src/options.h

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

revision 1.3 by akim, Mon Dec 10 09:05:47 2001 UTC revision 1.4 by akim, Sat Dec 29 14:21:06 2001 UTC
# Line 51  struct option_table_struct Line 51  struct option_table_struct
51  };  };
52    
53  extern const char *shortopts;  extern const char *shortopts;
 extern struct option *longopts;  
54    
55  /* Table which contain all options.  */  /* Table which contain all options.  */
56  extern const struct option_table_struct option_table[];  extern const struct option_table_struct option_table[];
57    
58  /* Set the longopts variable from option_table.  */  /* Set the longopts variable from option_table.  */
59  void create_long_option_table PARAMS ((void));  struct option *long_option_table_new PARAMS ((void));
60    
61  #endif /* !OPTIONS_H_ */  #endif /* !OPTIONS_H_ */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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