Skip to content

Commit

Permalink
Use #ifdef0 instead of /**/
Browse files Browse the repository at this point in the history
  • Loading branch information
devurandom committed Apr 5, 2013
1 parent b76de5b commit 6344ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ltypelib.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ struct luaXt_CMethod {
lua_CFunction function;
};

/*
#ifdef 0
struct luaXt_CMethod {
luaXt_Type *self;
luaXt_CFunction f;
Expand Down Expand Up @@ -189,4 +189,4 @@ void luaXt_declfunction_impl(const char *rtype, lua_CFunction function, const ch

}

*/
#endif

0 comments on commit 6344ada

Please sign in to comment.