ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/BDB/typemap
(Generate patch)

Comparing BDB/typemap (file contents):
Revision 1.10 by root, Fri Sep 26 02:03:48 2008 UTC vs.
Revision 1.11 by root, Mon Oct 20 02:31:51 2008 UTC

12DBC_ornuked * DBC_ornuked 12DBC_ornuked * DBC_ornuked
13DB_SEQUENCE * DB_SEQUENCE 13DB_SEQUENCE * DB_SEQUENCE
14DB_SEQUENCE_ornull * DB_SEQUENCE_ornull 14DB_SEQUENCE_ornull * DB_SEQUENCE_ornull
15DB_SEQUENCE_ornuked * DB_SEQUENCE_ornuked 15DB_SEQUENCE_ornuked * DB_SEQUENCE_ornuked
16 16
17SV8 * T_SV8
18bdb_filename BDB_FILENAME 17bdb_filename BDB_FILENAME
19db_seq_t DB_SEQ 18db_seq_t DB_SEQ
20 19
21const char * T_PV 20const char * T_PV
22 21
27T_SV_MUTABLE 26T_SV_MUTABLE
28 ($var) = $arg; 27 ($var) = $arg;
29 if (SvREADONLY ($var)) 28 if (SvREADONLY ($var))
30 croak (\"argument \\\"%s\\\" is read-only/constant, but %s needs to write results into it\", 29 croak (\"argument \\\"%s\\\" is read-only/constant, but %s needs to write results into it\",
31 \"$var\", 30 \"$var\",
32 \"${Package}::$func_name\") 31 \"${Package}::$func_name\");
33
34T_SV8
35 ($var) = $arg;
36 if (SvPOKp ($var) && !sv_utf8_downgrade ($var, 1)) 32 if (SvPOKp ($var) && !sv_utf8_downgrade ($var, 1))
37 croak (\"argument \\\"%s\\\" must be byte/octet-encoded in %s\", 33 croak (\"argument \\\"%s\\\" must be byte/octet-encoded in %s\",
38 \"$var\", 34 \"$var\",
39 \"${Package}::$func_name\") 35 \"${Package}::$func_name\")
40 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines