port to tahoe by Nir peleg of CCI
[unix-history] / usr / src / usr.bin / pascal / pdx / symtab / symtab.c
index ba7889d..6885df2 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)symtab.c   5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)symtab.c   5.2 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -197,7 +197,7 @@ print_alias(table, name)
 SYMTAB *table;
 char *name;
 {
 SYMTAB *table;
 char *name;
 {
-    SYM *s, *t;
+    SYM *s;
     SYM *first, *last;
 
     if (name != NIL) {
     SYM *first, *last;
 
     if (name != NIL) {