diff options
author | pommicket <pommicket@gmail.com> | 2022-12-28 11:45:07 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-28 11:45:07 -0500 |
commit | 11df4f10197d67e5b61898bd98cdfccc1159dd26 (patch) | |
tree | 7639b03aa348183eb563f6179c2435b5ea28a106 /lsp.c | |
parent | 47adb1651d35dcc545850916c4a16b747901dba5 (diff) |
parsing signature help
Diffstat (limited to 'lsp.c')
-rw-r--r-- | lsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ // print server-to-client communication -#define LSP_SHOW_S2C 1 +#define LSP_SHOW_S2C 0 // print client-to-server communication #define LSP_SHOW_C2S 0 |