--- DPS/clients/pswrap/pswsemantics.c.orig	Wed May  6 20:19:06 1998
+++ DPS/clients/pswrap/pswsemantics.c	Wed May  6 20:19:37 1998
@@ -104,13 +104,13 @@
   
   if (header && ! hdr->isStatic) EmitPrototype(hdr); 
 
-  printf("#line %d \"%s\"\n", ++outlineno, ofile);
+  ++outlineno;
   EmitBodyHeader(hdr);
   
   printf("{\n"); outlineno++;
   EmitBody(body, hdr);
   printf("}\n"); outlineno++;
-  printf("#line %d \"%s\"\n", yylineno, ifile); outlineno++;
+  outlineno++;
 
   /* release storage for this wrap */
   /* Omit if you have lots of memory and want pswrap lean and mean */
