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

Diff of /bison/src/symlist.h

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

revision 1.3 by hilfinger, Fri Jun 28 02:26:44 2002 UTC revision 1.4 by akim, Sun Jun 30 17:30:29 2002 UTC
# Line 43  typedef struct symbol_list_s Line 43  typedef struct symbol_list_s
43  /* Create a list containing SYMBOL at LOCATION.  */  /* Create a list containing SYMBOL at LOCATION.  */
44  symbol_list_t *symbol_list_new PARAMS ((symbol_t *sym, location_t location));  symbol_list_t *symbol_list_new PARAMS ((symbol_t *sym, location_t location));
45    
   
46  /* Prepend SYMBOL at LOCATION to the LIST.  */  /* Prepend SYMBOL at LOCATION to the LIST.  */
47  symbol_list_t * symbol_list_prepend PARAMS ((symbol_list_t *list,  symbol_list_t * symbol_list_prepend PARAMS ((symbol_list_t *list,
48                                               symbol_t *symbol,                                               symbol_t *symbol,
49                                               location_t location));                                               location_t location));
50    
   
51  /* Free the LIST, but not the symbols it contains.  */  /* Free the LIST, but not the symbols it contains.  */
52  void symbol_list_free PARAMS ((symbol_list_t *list));  void symbol_list_free PARAMS ((symbol_list_t *list));
53    

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