Add $-expansion code.

This commit is contained in:
Anton E. Gavrilov 2000-06-11 02:57:08 +00:00
parent b5a2d30444
commit 092e377dc1
2 changed files with 58 additions and 5 deletions

View file

@ -121,7 +121,8 @@ void Cmd_StuffCmds_f (void);
void Cbuf_Execute_Sets (void);
void Cmd_Exec_File (char *path);
extern char com_token[1024];
#define MAX_COM_TOKEN 1024
extern char com_token[MAX_COM_TOKEN];
char *COM_Parse (char *data);
#endif // _CMD_H