IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16442


Ignore:
Timestamp:
Feb 13, 2008, 3:27:00 PM (18 years ago)
Author:
eugene
Message:

add FreeMacros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/MacroOps.c

    r7917 r16442  
    1616  MacroName = dot;
    1717  MacroDepth = 0;
     18}
     19
     20void FreeMacros () {
     21
     22  int i;
     23
     24  for (i = 0; i < Nmacros; i++) {
     25    FreeMacro (&macros[i]);
     26  }
     27  free (macros);
    1828}
    1929
Note: See TracChangeset for help on using the changeset viewer.