IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2019, 5:36:14 PM (7 years ago)
Author:
eugene
Message:

memory functions to print allocated strings and change number of printed blocks/strings; add ## and ### as allowed NO-OP commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20190329/src/opihi/cmd.basic/init.c

    r40522 r40777  
    7373  {1, "??",            list_vars,          "list variables *"},
    7474  {1, "#",             nop,                "a NOP function"},
     75  {1, "##",            nop,                "a NOP function"},
     76  {1, "###",           nop,                "a NOP function"},
    7577  {1, "local",         local,              "define local variables"},
    7678  {1, "macro",         macro,              "deal with the macros *"},
Note: See TracChangeset for help on using the changeset viewer.