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/skycat.c

    r30612 r34088  
    1414  SkyList *skylist;
    1515  SkyRegion **regions;
    16   void *Signal;
    1716
    1817  VERBOSE = FALSE;
     
    6261
    6362  // prepare to handle interrupt signals
    64   Signal = signal (SIGINT, handle_interrupt);
     63  signal (SIGINT, handle_interrupt);
    6564  interrupt = FALSE;
    6665
Note: See TracChangeset for help on using the changeset viewer.