You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/08/13 13:41:10 UTC

cvs commit: modperl-docs/src/docs/2.0/devel/core_explained core_explained.pod

stas        2002/08/13 04:41:10

  Modified:    src/docs/2.0/devel/core_explained core_explained.pod
  Log:
  minor corrections
  
  Revision  Changes    Path
  1.22      +2 -2      modperl-docs/src/docs/2.0/devel/core_explained/core_explained.pod
  
  Index: core_explained.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/core_explained/core_explained.pod,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- core_explained.pod	14 May 2002 10:22:13 -0000	1.21
  +++ core_explained.pod	13 Aug 2002 11:41:09 -0000	1.22
  @@ -987,8 +987,8 @@
   =head2 Adding Typemaps for new C Data Types
   
   Sometimes when a new interface is added it may include C data types
  -for which we don't yet have a Perl typemap. In such a case, the first
  -thing to do is to provide the required typemaps.
  +for which we don't have corresponding XS typemaps yet. In such a case,
  +the first thing to do is to provide the required typemaps.
   
   Let's add a prototype for the I<typedef struct scoreboard> data type
   defined in I<httpd-2.0/include/scoreboard.h>.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org