IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2022, 12:17:49 PM (4 years ago)
Author:
eugene
Message:

updates from eam_branches/ipp.20211108

File:
1 edited

Legend:

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

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