~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to awk.h

  • Committer: Arnold D. Robbins
  • Date: 2020-08-20 07:40:43 UTC
  • Revision ID: git-v1:886abd96488a120c196eddaf5db7943ff1b565e8
Fix CentOS 7 core dumps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
382
382
#endif
383
383
                        char *sp;
384
384
                        size_t slen;
385
 
                        long sref;
386
385
                        int idx;
387
386
                        wchar_t *wsp;
388
387
                        size_t wslen;
464
463
                NUMCONSTSTR     = 0x20000,      /* have string value for numeric constant */
465
464
                REGEX           = 0x40000,      /* this is a typed regex */
466
465
        } flags;
 
466
        long valref;
467
467
} NODE;
468
468
 
469
469
#define vname sub.nodep.name
500
500
 */
501
501
#define stptr   sub.val.sp
502
502
#define stlen   sub.val.slen
503
 
#define valref  sub.val.sref
504
503
#define stfmt   sub.val.idx
505
504
#define strndmode sub.val.rndmode
506
505
#define wstptr  sub.val.wsp