This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

BUFSIZE


kernel/config.h says:
|/* All names, phrases, and messages must be able to fit in statically
|   allocated buffers of this size. */
|
|#define BUFSIZE 255
 
but kernel/lisp.c says:
|#define BIGBUF 1000
 
|  
 
Why is 'BIGBUF' this big?
I think '#define BIGBUF 50' will do, if 'BUFSIZE' is set to 255.

-- 
MA Dunzi <tadalunch@s5.xrea.com> http://tadalunch.s5.xrea.com/xconq/index.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]