overload.c -> overload.inc

This commit is contained in:
Jarkko Hietaniemi 2015-07-18 17:22:13 +03:00
parent 5478a2b983
commit 6ffcffbd7d
4 changed files with 5 additions and 5 deletions

View File

@ -4515,8 +4515,8 @@ os2/OS2/typemap Common typemap for OS/2 types
os2/perl2cmd.pl Corrects installed binaries under OS/2
os2/perlrexx.c Support perl interpreter embedded in REXX
os2/perlrexx.cmd Test perl interpreter embedded in REXX
overload.c generated overload name table (implementation)
overload.h generated overload enum (public)
overload.inc generated overload name table (implementation)
packsizetables.inc The generated packprops array used in pp_pack.c
pad.c Scratchpad functions
pad.h Scratchpad headers

2
gv.c
View File

@ -34,7 +34,7 @@ Perl stores its global variables.
#include "EXTERN.h"
#define PERL_IN_GV_C
#include "perl.h"
#include "overload.c"
#include "overload.inc"
#include "keywords.h"
#include "feature.h"

View File

@ -1,6 +1,6 @@
/* -*- buffer-read-only: t -*-
*
* overload.c
* overload.inc
*
* Copyright (C) 1997, 1998, 2000, 2001, 2005, 2006, 2007, 2011
* by Larry Wall and others

View File

@ -3,7 +3,7 @@
# Regenerate (overwriting only if changed):
#
# overload.h
# overload.c
# overload.inc
# lib/overload/numbers.pm
#
# from information stored in the DATA section of this file.
@ -34,7 +34,7 @@ my ($c, $h) = map {
open_new($_, '>',
{ by => 'regen/overload.pl', file => $_, style => '*',
copyright => [1997, 1998, 2000, 2001, 2005 .. 2007, 2011] });
} 'overload.c', 'overload.h';
} 'overload.inc', 'overload.h';
mkdir("lib/overload", 0777) unless -d 'lib/overload';
my $p = open_new('lib/overload/numbers.pm', '>',