IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2016, 11:34:48 AM (10 years ago)
Author:
eugene
Message:

list unused parameters; replace old signal code with SetInterrupt, ClearInterrupt; fix unsigned / signed int inconsistencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/opihi/lib.shell/dvomath.c

    r36375 r39419  
    1616char *dvomath (int argc, char **argv, int *size, int validsize) {
    1717 
    18   int  i, Nstack, Ncstack;
     18  int  i, Nstack;
    1919  char   **cstack, *outname;
    2020  StackVar *stack;
     
    2727
    2828  /* take char array with expression, convert to important elements */
     29  unsigned int Ncstack;
    2930  cstack = isolate_elements (argc, argv, &Ncstack);
    3031
Note: See TracChangeset for help on using the changeset viewer.