diff -r C:\projects\pcre2port\branch\dftables(10.2).c C:\projects\pcre2port\branch\dftables.c
107,113d106
< fprintf(f,
<   "The following #includes are present because without them gcc 4.x may remove\n"
<   "the array definition from the final binary if PCRE2 is built into a static\n"
<   "library and dead code stripping is activated. This leads to link errors.\n"
<   "Pulling in the header ensures that the array gets flagged as \"someone\n"
<   "outside this compilation unit might reference this\" and so it will always\n"
<   "be supplied to the linker. */\n\n");
123a117,123
> fprintf(f,
>   "The following #includes are present because without them gcc 4.x may remove\n"
>   "the array definition from the final binary if PCRE2 is built into a static\n"
>   "library and dead code stripping is activated. This leads to link errors.\n"
>   "Pulling in the header ensures that the array gets flagged as \"someone\n"
>   "outside this compilation unit might reference this\" and so it will always\n"
>   "be supplied to the linker. */\n\n");
