IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2021, 7:17:20 AM (5 years ago)
Author:
eugene
Message:

allow : in vector names

File:
1 edited

Legend:

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

    r41922 r41935  
    77# define ESCAPE(MSG,...) { gprint (GP_ERR, MSG, __VA_ARGS__); return FALSE; }
    88
    9 # define ISVEC(a) (isalnum (a) || (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.