[svn:mod_parrot] r218 - mod_parrot/trunk/build/lib/Generator
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Mon Oct 3 08:37:48 2005
New Revision: 218
Modified:
mod_parrot/trunk/build/lib/Generator/ApacheRequestRec.pm
Log:
use opt_flag instead of opt_count for parrot 0.3.0
Modified: mod_parrot/trunk/build/lib/Generator/ApacheRequestRec.pm
==============================================================================
--- mod_parrot/trunk/build/lib/Generator/ApacheRequestRec.pm (original)
+++ mod_parrot/trunk/build/lib/Generator/ApacheRequestRec.pm Mon Oct 3 08:37:48 2005
@@ -131,7 +131,7 @@ sub get_pir_int_template
$template = <<'END'
.sub %%NAME%% method
.param int data :optional
- .param int update_r :opt_count
+ .param int update_r :opt_flag
.local pmc r
.local int offset
.local pmc request_rec_%%NAME%%