summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorDaniel Dragan <bulk88@hotmail.com>2014-11-30 16:31:13 -0500
committerTony Cook <tony@develop-help.com>2014-12-01 10:17:28 +1100
commit083750a56b7927292a4bf7b1bf64aa26dd2a6858 (patch)
tree995e1d750baf92528c017092ebba81cfbf502724 /mathoms.c
parentd48603664228d505b0c33f97505c2766b85d74a2 (diff)
downloadperl-083750a56b7927292a4bf7b1bf64aa26dd2a6858.tar.gz
fix incomplete mathoming of Perl_pad_compname_type
commit 09d7a3ba91 moved Perl_pad_compname_type to mathoms but didn't update makedef.pl. This causes a link failure of perl521.dll on Win32.
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index 378c4097a7..5ee91d5d2c 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -24,6 +24,8 @@
* versions of Perl. For binary or source compatibility reasons, though,
* we cannot completely remove them from the core code.
*
+ * REMEMBER to update makedef.pl when adding a function to mathoms.c!!!
+ *
* SMP - Oct. 24, 2005
*
* The compilation of this file can be suppressed; see INSTALL