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

    r33662 r34088  
    88  SkyTable *sky;
    99  SkyList *skylist;
    10   void *Signal;
    1110
    1211  int ShowHost = FALSE;
     
    4342
    4443  // prepare to handle interrupt signals
    45   Signal = signal (SIGINT, handle_interrupt);
     44  signal (SIGINT, handle_interrupt);
    4645  interrupt = FALSE;
    4746
Note: See TracChangeset for help on using the changeset viewer.