IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12278


Ignore:
Timestamp:
Mar 6, 2007, 8:56:56 AM (19 years ago)
Author:
eugene
Message:

drop unneeded FREE statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dvo-mods-2007-02/Ohana/src/opihi/include/pcontrol.h

    r12045 r12278  
    114114# define PCLIENT_PROMPT "pclient:"
    115115
    116 # define FREE(X) if (X != NULL) { free (X); }
     116// # define FREE(X) if (X != NULL) { free (X); }
    117117# define CLOSE(FD) { if (FD) close (FD); FD = 0; }
    118118# define DTIME(A,B) ((A.tv_sec - B.tv_sec) + 1e-6*(A.tv_usec - B.tv_usec))
Note: See TracChangeset for help on using the changeset viewer.