[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.5 and 1.6

version 1.5, 2001/11/19 19:02:17 version 1.6, 2002/02/16 21:27:56
Line 74 
Line 74 
 #define PNAMELEN 40             /* length of a function/procedure name */  #define PNAMELEN 40             /* length of a function/procedure name */
 #define PSMAX 20                /* size of procedure name stacking */  #define PSMAX 20                /* size of procedure name stacking */
   
 static int       iskw __P((char *));  static int       iskw(char *);
 static boolean   isproc __P((char *));  static boolean   isproc(char *);
 static void      putKcp __P((char *, char *, boolean));  static void      putKcp(char *, char *, boolean);
 static void      putScp __P((char *));  static void      putScp(char *);
 static void      putcp __P((int));  static void      putcp(int);
 static int       tabs __P((char *, char *));  static int       tabs(char *, char *);
 static int       width __P((char *, char *));  static int       width(char *, char *);
   
 /*  /*
  *      The state variables   *      The state variables

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6