mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
* Fix declaration-definition disagreement in src/cmd-run.h (see Issue #604) * Also fix the return type of register_runtime_options in src/cmd-run.h L27
This commit is contained in:
parent
e6ccbc4430
commit
bae37247f1
|
|
@ -24,7 +24,7 @@ extern char** cmd_run_acl(int argc,char** argv,struct sub_command* cmd);
|
|||
extern char** cmd_run_lispworks(int argc,char** argv,struct sub_command* cmd);
|
||||
extern char** cmd_run_mkcl(int argc,char** argv,struct sub_command* cmd);
|
||||
extern char** cmd_run_npt(int argc,char** argv,struct sub_command* cmd);
|
||||
extern LVal register_runtime_options();
|
||||
extern struct proc_opt* register_runtime_options(struct proc_opt* cmd);
|
||||
int setup(char* target,char* env,char* impl);
|
||||
#define SETUP_SYSTEM(sys,msg) {\
|
||||
cond_printf(0,"%s",msg); \
|
||||
|
|
|
|||
Loading…
Reference in a new issue