diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-11 23:20:16 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-11 23:20:16 +0200 |
commit | a1eb1f41d91572fc0ad4f8805d946c8bdbdb8d2a (patch) | |
tree | 835026e58e9586283893445133570cd526f78857 /lua/lstring.h | |
parent | 32419bbba54b1e3847d5890d990edf7012a7dada (diff) | |
download | rpm-a1eb1f41d91572fc0ad4f8805d946c8bdbdb8d2a.tar.gz rpm-a1eb1f41d91572fc0ad4f8805d946c8bdbdb8d2a.tar.bz2 rpm-a1eb1f41d91572fc0ad4f8805d946c8bdbdb8d2a.zip |
Remove splint tags.
Diffstat (limited to 'lua/lstring.h')
-rw-r--r-- | lua/lstring.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/lua/lstring.h b/lua/lstring.h index 90e88264e..fa87f743e 100644 --- a/lua/lstring.h +++ b/lua/lstring.h @@ -24,16 +24,10 @@ #define luaS_fix(s) ((s)->tsv.marked |= (1<<4)) -void luaS_resize (lua_State *L, int newsize) - /*@modifies L @*/; -/*@null@*/ -Udata *luaS_newudata (lua_State *L, size_t s) - /*@modifies L @*/; -void luaS_freeall (lua_State *L) - /*@modifies L @*/; -/*@null@*/ -TString *luaS_newlstr (lua_State *L, /*@null@*/ const char *str, size_t l) - /*@modifies L @*/; +void luaS_resize (lua_State *L, int newsize); +Udata *luaS_newudata (lua_State *L, size_t s); +void luaS_freeall (lua_State *L); +TString *luaS_newlstr (lua_State *L, const char *str, size_t l); #endif |