Fix build with clang: properly terminate comment even in #if 0 blocks.

Submitted by:	dim
This commit is contained in:
Xin LI 2012-11-05 17:42:50 +00:00
parent 76fd782cd9
commit 417a0a79d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242618

View File

@ -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 */