From: Yitzchak Scott-Thoennes Date: Mon, 11 Sep 2000 22:07:21 +0000 (-0700) Subject: [ID 20000911.011] misplaced typemap in perlxs.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dcd2ee750a9ebc0bc6a713e13f58fb88d5f50f54;p=p5sagit%2Fp5-mst-13.2.git [ID 20000911.011] misplaced typemap in perlxs.pod Message-Id: <200009120507.e8C57LA02461@garcia.efn.org> p4raw-id: //depot/perl@7061 --- diff --git a/pod/perlxs.pod b/pod/perlxs.pod index 06b8230..d862e9a 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, C, or C must begin in the first column on a line by themselves, and must be in uppercase. -The default typemap in the C 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 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 compiler will allow the extension's own typemap to override any mappings which are in the default typemap.