commit | 9bf703d46a79fbffeb829246ea5ce385bddc4166 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 30 19:44:38 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 30 19:44:38 2019 +0100 |
tree | 6afff788b4fbd8fbf61557c47c24c26c975ea8ee | |
parent | 20ebbeac461ffc2a5e5dbfbb0ba380b8854615bd [diff] [blame] |
patch 8.1.2366: using old C style comments Problem: Using old C style comments. Solution: Use // comments where appropriate.
diff --git a/src/os_beos.h b/src/os_beos.h index 0aa6f99..caf3952 100644 --- a/src/os_beos.h +++ b/src/os_beos.h
@@ -20,8 +20,8 @@ #undef BEOS_DR8 #define BEOS_PR_OR_BETTER -/* select emulation */ +// select emulation #ifndef PROTO -# include <net/socket.h> /* for typedefs and #defines only */ +# include <net/socket.h> // for typedefs and #defines only #endif