csto: add clang-format comments
This commit is contained in:
parent
01ec87ad8a
commit
50ac27f569
1 changed files with 4 additions and 0 deletions
4
csto.c
4
csto.c
|
@ -399,6 +399,8 @@ static int handle_luainit (lua_State *L) {
|
|||
|
||||
#else /* }{ */
|
||||
|
||||
/* clang-format off */
|
||||
|
||||
#define lua_initreadline(L) ((void)L)
|
||||
#define lua_readline(L,b,p) \
|
||||
((void)L, fputs(p, stdout), fflush(stdout), /* show prompt */ \
|
||||
|
@ -406,6 +408,8 @@ static int handle_luainit (lua_State *L) {
|
|||
#define lua_saveline(L,line) { (void)L; (void)line; }
|
||||
#define lua_freeline(L,b) { (void)L; (void)b; }
|
||||
|
||||
/* clang-format on */
|
||||
|
||||
#endif /* } */
|
||||
|
||||
#endif /* } */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue