IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:46:01 AM (14 years ago)
Author:
eugene
Message:

updates for pedantic gcc, mods to relphot average mags to handle GPC1 stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/imdata.c

    r31635 r34088  
    1515  Vector *vec;
    1616  SkyRegionSelection *selection;
    17   void *Signal;
    1817
    1918  // parse skyregion options
     
    130129
    131130  // prepare to handle interrupt signals
    132   Signal = signal (SIGINT, handle_interrupt);
     131  signal (SIGINT, handle_interrupt);
    133132  interrupt = FALSE;
    134133
Note: See TracChangeset for help on using the changeset viewer.