You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/04/30 23:56:49 UTC

cvs commit: modperl-2.0/xs/tables/current/Apache StructureTable.pm

stas        2004/04/30 14:56:49

  Modified:    xs/tables/current/Apache StructureTable.pm
  Log:
  is_metadata enum is now picked up correctly
  
  Revision  Changes    Path
  1.39      +5 -1      modperl-2.0/xs/tables/current/Apache/StructureTable.pm
  
  Index: StructureTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/StructureTable.pm,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -u -r1.38 -r1.39
  --- StructureTable.pm	14 Apr 2004 03:42:42 -0000	1.38
  +++ StructureTable.pm	30 Apr 2004 21:56:49 -0000	1.39
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Tue Apr 13 18:33:39 2004
  +# !          Fri Apr 30 14:42:52 2004
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1387,6 +1387,10 @@
         {
           'type' => 'int',
           'name' => 'num_func'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'is_metadata'
         },
         {
           'type' => 'void(*)(void *data)',