~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to support/dynarray.h

  • Committer: Arnold D. Robbins
  • Date: 2021-04-23 08:42:24 UTC
  • mfrom: (1510.1.13)
  • Revision ID: git-v1:26cd77bdc2735d62eb664291dc9912dbaaa78c2c
Merge branch 'master' into feature/bool

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
 
249
249
/* The implementation is imported from glibc.  */
250
250
 
 
251
#ifndef GAWK
251
252
/* Avoid possible conflicts with symbols exported by the GNU libc.  */
252
253
#define __libc_dynarray_at_failure gl_dynarray_at_failure
253
254
#define __libc_dynarray_emplace_enlarge gl_dynarray_emplace_enlarge
254
255
#define __libc_dynarray_finalize gl_dynarray_finalize
255
256
#define __libc_dynarray_resize_clear gl_dynarray_resize_clear
256
257
#define __libc_dynarray_resize gl_dynarray_resize
 
258
#endif
257
259
 
258
260
#if defined DYNARRAY_STRUCT || defined DYNARRAY_ELEMENT || defined DYNARRAY_PREFIX
259
261