* as/z80/aslist.c (lstsym): changed old K&R to ANSI
[fw/sdcc] / as / z80 / aslist.c
index 0a8293bb1f0a7f57c6e881f2b269fb959de1882b..b4ac09334f77cce62b2724a1274fefe3989aac4e 100644 (file)
@@ -565,7 +565,6 @@ int flag;
  *              int     i               loop counter
  *              int     j               temporary
  *              int     k               temporary
- *              char *  ptr             pointer to an id string
  *              int     nmsym           number of symbols
  *              int     narea           number of areas
  *              sym *   sp              pointer to symbol structure
@@ -596,8 +595,7 @@ int flag;
  */
 
 VOID
-lstsym(fp)
-FILE *fp;
+lstsym(FILE *fp)
 {
         register int c, i, j, k;
         int nmsym, narea;