commit | 9db580634c0055674017eab535b1b9eec7d6939d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 29 20:33:07 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 29 20:33:07 2010 +0200 |
tree | d34ad271b13df816deeeae7622757b8dd385cf1a | |
parent | f05e3b0220a6b68791b5563ddf67ad42dbf74ee2 [diff] [blame] |
Various improvements to undo file code to make it more robust.
diff --git a/src/proto/undo.pro b/src/proto/undo.pro index e5f28be..90e11d2 100644 --- a/src/proto/undo.pro +++ b/src/proto/undo.pro
@@ -1,4 +1,5 @@ /* undo.c */ +void u_check __ARGS((int newhead_may_be_NULL)); int u_save_cursor __ARGS((void)); int u_save __ARGS((linenr_T top, linenr_T bot)); int u_savesub __ARGS((linenr_T lnum));