# Tim.Bunce@ig.co.uk, August 1994
BEGIN {
- $VERSION = '1.16';
+ $VERSION = '1.17';
}
use Config;
static int
dl_static_linked(char *filename)
{
- char **p;
+ const char * const *p;
char *ptr, *hptr;
- static char subStr[] = "/auto/";
+ static const char subStr[] = "/auto/";
char szBuffer[MAX_PATH];
/* avoid buffer overflow when called with invalid filenames */
#endif
const int entries = 3 + local_patch_count;
int i;
- static char non_bincompat_options[] =
+ static const char non_bincompat_options[] =
# ifdef DEBUGGING
" DEBUGGING"
# endif
L<CPAN> has been upgraded from version 1.98 to 1.99_51.
+=item *
+
+L<DynaLoader> has been upgraded from version 1.16 to 1.17.
+
=back
=head2 Removed Modules and Pragmata
/* Register any extra external extensions */
-char *staticlinkmodules[] = {
+const char * const staticlinkmodules[] = {
"DynaLoader",
/* other similar records will be included from "perllibst.h" */
#define STATIC1
extern void win32_delete_internal_host(void *h);
#endif
-extern char * staticlinkmodules[];
+extern const char * const staticlinkmodules[];
END_EXTERN_C