[BACK]Return to vfontedpr.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / vgrind

Diff for /src/usr.bin/vgrind/Attic/vfontedpr.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:46:32 version 1.2, 1996/04/21 23:44:38
Line 1 
Line 1 
 /*      $NetBSD: vfontedpr.c,v 1.3 1994/11/17 08:28:03 jtc Exp $        */  /*      $NetBSD: vfontedpr.c,v 1.4 1996/03/21 18:08:30 jtc Exp $        */
   
 /*  /*
  * Copyright (c) 1980, 1993   * Copyright (c) 1980, 1993
Line 43 
Line 43 
 #if 0  #if 0
 static char sccsid[] = "@(#)vfontedpr.c 8.1 (Berkeley) 6/6/93";  static char sccsid[] = "@(#)vfontedpr.c 8.1 (Berkeley) 6/6/93";
 #endif  #endif
 static char rcsid[] = "$NetBSD: vfontedpr.c,v 1.3 1994/11/17 08:28:03 jtc Exp $";  static char rcsid[] = "$NetBSD: vfontedpr.c,v 1.4 1996/03/21 18:08:30 jtc Exp $";
 #endif /* not lint */  #endif /* not lint */
   
 #include <sys/types.h>  #include <sys/types.h>
Line 130 
Line 130 
   
 #define ps(x)   printf("%s", x)  #define ps(x)   printf("%s", x)
   
 void  int
 main(argc, argv)  main(argc, argv)
     int argc;      int argc;
     char *argv[];      char *argv[];

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2