/[m4]/m4/m4/symtab.c
ViewVC logotype

Diff of /m4/m4/symtab.c

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

revision 1.8 by gary, Sat Sep 1 20:05:27 2001 UTC revision 1.9 by akim, Mon Sep 3 15:06:24 2001 UTC
# Line 203  m4_lookup_symbol (const char *name, m4_s Line 203  m4_lookup_symbol (const char *name, m4_s
203            }            }
204          else          else
205            M4ERROR ((warning_status, 0,            M4ERROR ((warning_status, 0,
206                    _("INTERNAL ERROR: Attempt to delete non-existant symbol")));                    _("INTERNAL ERROR: Attempt to delete non-existant symbol: %s"),
207                        name));
208          return 0;          return 0;
   
       default:  
         M4ERROR ((warning_status, 0,  
                   _("INTERNAL ERROR: Illegal mode to m4_symbol_lookup ()")));  
         abort ();  
209        }        }
210    }    }
211    
212      M4ERROR ((warning_status, 0,
213                _("INTERNAL ERROR: Illegal mode to m4_symbol_lookup (%s, %d)"),
214                name, mode));
215      abort ();
216    /*NOTREACHED*/    /*NOTREACHED*/
217    return 0;    return 0;
218  }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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