ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/libcpjit/cpjit.C
(Generate patch)

Comparing cvsroot/libcpjit/cpjit.C (file contents):
Revision 1.12 by root, Mon Oct 17 18:27:05 2005 UTC vs.
Revision 1.13 by root, Sat Jul 18 05:59:18 2009 UTC

220} 220}
221 221
222fun *funbuild::get () 222fun *funbuild::get ()
223{ 223{
224 body = bodystream.str (); 224 body = bodystream.str ();
225
226 update_id ("f_"); 225 update_id ("f_");
227
228 e.register_fragment (*this); 226 e.register_fragment (*this);
229 227
230 return new fun (e, id); 228 return new fun (e, id);
231} 229}
232 230

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines