From 404fbc7a9219f08d41afeee692d44e058a1956ba Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 5 Nov 2012 17:42:50 +0000 Subject: Fix build with clang: properly terminate comment even in #if 0 blocks. Submitted by: dim --- usr.bin/less/defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index 5a5fca3..27b73ce 100644 --- a/usr.bin/less/defines.h +++ b/usr.bin/less/defines.h @@ -184,7 +184,7 @@ /* * Sizes of various buffers. */ -#if 0 /* old sizes for small memory machines +#if 0 /* old sizes for small memory machines */ #define CMDBUF_SIZE 512 /* Buffer for multichar commands */ #define UNGOT_SIZE 100 /* Max chars to unget() */ #define LINEBUF_SIZE 1024 /* Max size of line in input file */ -- cgit v1.1