IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13098


Ignore:
Timestamp:
Apr 30, 2007, 5:23:45 PM (19 years ago)
Author:
jhoblitt
Message:

make neb_ok() a little safer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/tests/tests.c

    r13096 r13098  
    77#include "tap.h"
    88
    9 #define neb_ok(server, val, ...) \
    10     if (!ok(val, __VA_ARGS__)) { \
     9#define neb_ok(server, ...) \
     10    if (!ok(__VA_ARGS__)) { \
    1111        diag("nebErr: %s", nebErr(server)); \
    1212    }
Note: See TracChangeset for help on using the changeset viewer.