Changeset 4470 for trunk/Ohana/src/opihi/cmd.basic/macro.c
- Timestamp:
- Jul 6, 2005, 2:37:31 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/macro.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/macro.c
r2598 r4470 30 30 } 31 31 32 /* sub-command was not found, pass argv[1..N] to macro create, 33 make argv[0] say "create" to be consistent (probably not needed) */ 34 REALLOCATE (argv[0], char, 8); 35 strcpy (argv[0], "create"); 32 /* sub-command was not found, pass argv[1..N] to macro_create */ 36 33 status = macro_create (argc, argv); 37 34 return (status); 38 35 } 39 40 36 41 37 /* macro is called with the command "macro".
Note:
See TracChangeset
for help on using the changeset viewer.
