Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <398B59B4.C3D90F4B@phekda.freeserve.co.uk> Date: Sat, 05 Aug 2000 01:03:00 +0100 From: Richard Dawe X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.14 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: DJGPP workers Subject: Small patch for assert() info page Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. Below is a small diff to add the ellipsis to the example in assert(). Without it the function seems to end rather abruptly. ;) Bye, Rich *** src/libc/ansi/assert/assert.txh Sun Mar 21 01:38:14 1999 --- /home/rich/src/tmp/assert.txh Sat Aug 5 00:59:19 2000 *************** *** 39,43 **** --- 39,44 ---- int strdup(char *s) @{ assert(s != 0); + @dots{} @end example