diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2000-09-11 15:07:21 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-12 14:07:18 +0000 |
commit | dcd2ee750a9ebc0bc6a713e13f58fb88d5f50f54 (patch) | |
tree | b55d5f57af9e49ad486d88c7a0acf6ec3e3eb37d /pod/perlxs.pod | |
parent | 907c1e37ab3f8d7006c478ed40ee71202b3eeae6 (diff) | |
download | perl-dcd2ee750a9ebc0bc6a713e13f58fb88d5f50f54.tar.gz |
[ID 20000911.011] misplaced typemap in perlxs.pod
Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
p4raw-id: //depot/perl@7061
Diffstat (limited to 'pod/perlxs.pod')
-rw-r--r-- | pod/perlxs.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlxs.pod b/pod/perlxs.pod index 06b8230c88..d862e9a18f 100644 --- a/pod/perlxs.pod +++ b/pod/perlxs.pod @@ -1509,10 +1509,10 @@ OUTPUT code fragments should be used to map a given C type to a Perl value. The section labels C<TYPEMAP>, C<INPUT>, or C<OUTPUT> must begin in the first column on a line by themselves, and must be in uppercase. -The default typemap in the C<ext> directory of the Perl source contains many -useful types which can be used by Perl extensions. Some extensions define -additional typemaps which they keep in their own directory. These -additional typemaps may reference INPUT and OUTPUT maps in the main +The default typemap in the C<lib/ExtUtils> directory of the Perl source +contains many useful types which can be used by Perl extensions. Some +extensions define additional typemaps which they keep in their own directory. +These additional typemaps may reference INPUT and OUTPUT maps in the main typemap. The B<xsubpp> compiler will allow the extension's own typemap to override any mappings which are in the default typemap. |