Move some function names to start of line
This commit is contained in:
+8
-4
@@ -4232,7 +4232,8 @@ char *op;
|
|||||||
* Prefix-handling functions
|
* Prefix-handling functions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int pfxfn_cond_(optidx, req, negated, opts, op)
|
int
|
||||||
|
pfxfn_cond_(optidx, req, negated, opts, op)
|
||||||
int optidx UNUSED;
|
int optidx UNUSED;
|
||||||
int req;
|
int req;
|
||||||
boolean negated;
|
boolean negated;
|
||||||
@@ -4276,7 +4277,8 @@ char *op UNUSED;
|
|||||||
return optn_ok;
|
return optn_ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
int pfxfn_font(optidx, req, negated, opts, op)
|
int
|
||||||
|
pfxfn_font(optidx, req, negated, opts, op)
|
||||||
int optidx;
|
int optidx;
|
||||||
int req;
|
int req;
|
||||||
boolean negated;
|
boolean negated;
|
||||||
@@ -4412,7 +4414,8 @@ char *op;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if defined(MICRO) && !defined(AMIGA)
|
#if defined(MICRO) && !defined(AMIGA)
|
||||||
int pfxfn_IBM_(optidx, req, negated, opts, op)
|
int
|
||||||
|
pfxfn_IBM_(optidx, req, negated, opts, op)
|
||||||
int optidx;
|
int optidx;
|
||||||
int req;
|
int req;
|
||||||
boolean negated;
|
boolean negated;
|
||||||
@@ -4640,7 +4643,8 @@ char *op;
|
|||||||
return optn_ok;
|
return optn_ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
int spcfn_misc_menu_cmd(midx, req, negated, opts, op)
|
int
|
||||||
|
spcfn_misc_menu_cmd(midx, req, negated, opts, op)
|
||||||
int midx;
|
int midx;
|
||||||
int req;
|
int req;
|
||||||
boolean negated;
|
boolean negated;
|
||||||
|
|||||||
+2
-1
@@ -247,7 +247,8 @@ doextversion()
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void early_version_info(pastebuf)
|
void
|
||||||
|
early_version_info(pastebuf)
|
||||||
boolean pastebuf;
|
boolean pastebuf;
|
||||||
{
|
{
|
||||||
char buf[BUFSZ], buf2[BUFSZ];
|
char buf[BUFSZ], buf2[BUFSZ];
|
||||||
|
|||||||
Reference in New Issue
Block a user