Mercurial > vim
view src/proto/if_ole.pro @ 4651:f10f63aaec5c v7.3.1073
updated for version 7.3.1073
Problem: New regexp engine may run out of states.
Solution: Allocate states dynamically. Also make the test report errors.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 30 May 2013 18:45:23 +0200 |
parents | 3fc0f57ecb91 |
children | 744c66477ba9 |
line wrap: on
line source
/* if_ole.cpp */ void InitOLE __ARGS((int* pbDoRestart)); void UninitOLE __ARGS((void)); void RegisterMe __ARGS((int silent)); void UnregisterMe __ARGS((int bNotifyUser));