delorie.com/archives/browse.cgi | search |
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 <rich AT phekda DOT freeserve DOT co DOT uk> |
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 <djgpp-workers AT delorie DOT com> |
Subject: | Small patch for assert() info page |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |