diff options
| author | Po Lu <luangruo@yahoo.com> | 2024-08-17 22:03:55 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2024-08-17 22:04:01 +0800 |
| commit | 5397808e5bc314ca7ff6a707c153e59cf141008b (patch) | |
| tree | eec72a9af0e32519a41e86f52f8f4ec03cfbbed9 /lib-src | |
| parent | 1463434907eeccd077f5d3c00309d1e75c7d63f4 (diff) | |
; Eliminate more C++ comments
* lib-src/movemail.c:
* nt/preprep.c (main):
* src/unexw32.c (unexec): Convert C++-style comments to C.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/movemail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 407f95e4541..49c4bcf72db 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -97,7 +97,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ [18-Feb-97 andrewi] I now believe my comment above to be incorrect, since it was based on a misunderstanding of how locking calls are implemented and used on Unix. */ -//#define DISABLE_DIRECT_ACCESS +/* #define DISABLE_DIRECT_ACCESS */ #include <fcntl.h> #endif /* WINDOWSNT */ |
