IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 21, 2021, 10:59:35 AM (5 years ago)
Author:
eugene
Message:

allow vectors with colons in name (again)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/Ohana/src/opihi/include/shell.h

    r41715 r41922  
    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.