IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9040


Ignore:
Timestamp:
Sep 28, 2006, 2:15:01 PM (20 years ago)
Author:
eugene
Message:

dropping Outfile refs

Location:
trunk/Ohana/src/opihi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/init.c

    r8189 r9040  
    8484  InitVariables ();
    8585  InitLists ();
    86   InitOutfile ();
    8786
    8887  for (i = 0; i < sizeof (cmds) / sizeof (Command); i++) {
     
    102101  InitVariables ();
    103102  InitLists ();
    104   InitOutfile ();
    105103
    106104  for (i = 0; i < sizeof (cmds) / sizeof (Command); i++) {
  • trunk/Ohana/src/opihi/mana/opihi.c

    r7917 r9040  
    3838  /* load the commands used by this implementation */
    3939  InitBasic ();
    40   InitOutfile ();
    4140
    4241  rl_readline_name = opihi_name;
Note: See TracChangeset for help on using the changeset viewer.