I miss Lisp
August 01, 2004 |
co.mments
/* I miss Lisp. */
SVN_ERR (svn_io_open_unique_file (&lcopy_f,
&left_copy,
merge_target,
left_label,
FALSE,
pool));
SVN_ERR (svn_io_file_close (lcopy_f, pool));
/* Have I mentioned how much I miss Lisp? */
SVN_ERR (svn_io_open_unique_file (&rcopy_f,
&right_copy,
merge_target,
right_label,
FALSE,
pool));
SVN_ERR (svn_io_file_close (rcopy_f, pool));
August 1, 2004 03:32 PM
Comments
Trackback Pings
TrackBack URL for this entry:
http://www.dehora.net/mt/mt-tb.cgi/1360