[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Constify a few vtables.

From: Mark Grosberg <myg_at_gladesoft.com>
Date: 2004-11-20 05:28:46 CET

In my never ending quest to save writable pages, here is a patch to make
a few of the various vtables that the FS hands around const.

This is just a start. If this gets merged in I'll do the other vtables as
I have time.

Thanks,
Mark G.

-------------------------------------------------------------------------

[[[

* subversion/libsvn_fs_base/tree.c
   (history_vtable, root_vtable): Make constant.

* subversion/libsvn_fs/fs-loader.h
   (svn_fs_root_t, svn_fs_history_t): Make vtable pointers constant.

* subversion/libsvn_fs_fs/tree.c
   (history_vtable, root_vtable): Make constant.

]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sat Nov 20 08:29:10 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.