IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2021, 10:30:23 AM (5 years ago)
Author:
eugene
Message:

improve vector name consistency; remove rotate verbosity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/shell.h

    r40656 r41715  
    77# define ESCAPE(MSG,...) { gprint (GP_ERR, MSG, __VA_ARGS__); return FALSE; }
    88
     9# define ISVEC(a) (isalnum (a) || (a == '.') || (a == '_'))
    910# define ISVAR(a) (isalnum (a) || (a == ':') || (a == '_'))
    1011# define ISREF(a) (isalnum (a) || (a == '_'))
Note: See TracChangeset for help on using the changeset viewer.