Rev 3809 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3809 | Rev 4364 | ||
|---|---|---|---|
| Line 10... | Line 10... | ||
| 10 | * handle a module differently even prior to reaching its entry code. |
10 | * handle a module differently even prior to reaching its entry code. |
| 11 | * For instance, 'exit' could behave differently than 'quit', prior to |
11 | * For instance, 'exit' could behave differently than 'quit', prior to |
| 12 | * the entry point being reached. */ |
12 | * the entry point being reached. */ |
| 13 | 13 | ||
| 14 | char *mod_aliases[] = { |
14 | char *mod_aliases[] = { |
| - | 15 | "ren", "mv", |
|
| 15 | NULL, NULL |
16 | NULL, NULL |
| 16 | }; |
17 | }; |
| 17 | 18 | ||
| 18 | #endif |
19 | #endif |