File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4385,7 +4385,7 @@ META.json Distribution meta-data in JSON
43854385META.yml Distribution meta-data in YAML
43864386mg.c Magic code
43874387mg.h Magic header
4388- mg_names.c Generated magic names used by dump.c
4388+ mg_names.inc Generated magic names used by dump.c
43894389mg_raw.h Generated magic data used by generate_uudmap.c
43904390mg_vtable.h Generated magic vtable data
43914391miniperlmain.c Basic perl w/o dynamic loading or extensions
Original file line number Diff line number Diff line change @@ -1116,7 +1116,7 @@ Perl_gv_dump(pTHX_ GV *gv)
11161116 */
11171117
11181118static const struct { const char type ; const char * name ; } magic_names [] = {
1119- #include "mg_names.c "
1119+ #include "mg_names.inc "
11201120 /* this null string terminates the list */
11211121 { 0 , NULL },
11221122};
Original file line number Diff line number Diff line change 11/* -*- buffer-read-only: t -*-
22 *
3- * mg_names.c
3+ * mg_names.inc
44 * !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
55 * This file is built by regen/mg_vtable.pl.
66 * Any changes made here will be lost!
Original file line number Diff line number Diff line change 22#
33# Regenerate (overwriting only if changed):
44#
5- # mg_names.c
5+ # mg_names.inc
66# mg_raw.h
77# mg_vtable.h
88# pod/perlguts.pod
@@ -155,7 +155,7 @@ BEGIN
155155my ($vt , $raw , $names ) = map {
156156 open_new($_ , ' >' ,
157157 { by => ' regen/mg_vtable.pl' , file => $_ , style => ' *' });
158- } ' mg_vtable.h' , ' mg_raw.h' , ' mg_names.c ' ;
158+ } ' mg_vtable.h' , ' mg_raw.h' , ' mg_names.inc ' ;
159159my $guts = open_new(" pod/perlguts.pod" , " >" );
160160
161161print $vt <<'EOH' ;
You can’t perform that action at this time.
0 commit comments