/[bison]/bison/src/symtab.c
ViewVC logotype

Diff of /bison/src/symtab.c

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

revision 1.38 by akim, Thu Jun 20 11:10:56 2002 UTC revision 1.39 by akim, Thu Jun 20 11:20:25 2002 UTC
# Line 105  symbol_tag_print (symbol_t *symbol, FILE Line 105  symbol_tag_print (symbol_t *symbol, FILE
105  `------------------------------------------------------------------*/  `------------------------------------------------------------------*/
106    
107  void  void
108  symbol_type_set (symbol_t *symbol, location_t location, char *type_name)  symbol_type_set (symbol_t *symbol, char *type_name, location_t location)
109  {  {
110    if (type_name)    if (type_name)
111      {      {
# Line 122  symbol_type_set (symbol_t *symbol, locat Line 122  symbol_type_set (symbol_t *symbol, locat
122  `-------------------------------------------------------------------*/  `-------------------------------------------------------------------*/
123    
124  void  void
125  symbol_destructor_set (symbol_t *symbol, location_t location, char *destructor)  symbol_destructor_set (symbol_t *symbol, char *destructor, location_t location)
126  {  {
127    if (destructor)    if (destructor)
128      {      {
# Line 161  symbol_printer_set (symbol_t *symbol, ch Line 161  symbol_printer_set (symbol_t *symbol, ch
161  `------------------------------------------------------------------*/  `------------------------------------------------------------------*/
162    
163  void  void
164  symbol_precedence_set (symbol_t *symbol, location_t location,  symbol_precedence_set (symbol_t *symbol,
165                         int prec, associativity assoc)                         int prec, associativity assoc, location_t location)
166  {  {
167    if (assoc != undef_assoc)    if (assoc != undef_assoc)
168      {      {

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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