File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93";
68
68
#define STDIN 3 /* use stdin */
69
69
#define KEY 4 /* type (keyword) */
70
70
71
- static void scan_profile (FILE * );
71
+ static void scan_profile (FILE * f );
72
72
73
73
#define KEY_FILE 5 /* only used for args */
74
74
#define VERSION 6 /* only used for args */
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93";
54
54
#include "indent.h"
55
55
56
56
static void bakcopy (void );
57
- static void indent_declaration (int , int );
57
+ static void indent_declaration (int cur_dec_ind , int tabs_to_var );
58
58
59
59
const char * in_name = "Standard Input" ; /* will always point to name of input
60
60
* file */
You can’t perform that action at this time.
0 commit comments