mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-03 03:20:16 +01:00
Addressed several compiler warnings.
This commit is contained in:
parent
08374524d0
commit
fc4c64c782
61 changed files with 163 additions and 395 deletions
|
|
@ -120,13 +120,9 @@ struct alias_data {
|
|||
|
||||
/* Necessary for CMD_IS macro. Borland needs the structure defined first
|
||||
* so it has been moved down here. */
|
||||
/* Global buffering system */
|
||||
#ifndef __INTERPRETER_C__
|
||||
|
||||
extern int *cmd_sort_info;
|
||||
extern struct command_info *complete_cmd_info;
|
||||
extern const struct command_info cmd_info[];
|
||||
|
||||
#endif /* __INTERPRETER_C__ */
|
||||
|
||||
#endif /* _INTERPRETER_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue