~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to gawkapi.h

  • Committer: Andrew J. Schorr
  • Date: 2019-07-08 13:25:01 UTC
  • Revision ID: git-v1:ae1139c068702ede2d35002bdd14199a2c9eb4d8
Bump gawk_api_major_version due to incompatible namespace changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
        awk_const struct awk_two_way_processor *awk_const next;  /* for use by gawk */
297
297
} awk_two_way_processor_t;
298
298
 
299
 
#define gawk_api_major_version 2
 
299
#define gawk_api_major_version 3
300
300
#define gawk_api_minor_version 0
301
301
 
302
302
/* Current version of the API. */
458
458
/*
459
459
 * The API into gawk. Lots of functions here. We hope that they are
460
460
 * logically organized.
 
461
 *
 
462
 * !!! If you make any changes to this structure, please remember to bump !!!
 
463
 * !!! gawk_api_major_version and/or gawk_api_minor_version.              !!!
461
464
 */
462
465
typedef struct gawk_api {
463
466
        /* First, data fields. */