Subversion Repositories HelenOS

Rev

Rev 4341 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4341 Rev 4389
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