Changeset 24 for branches/FREEBSD/src/kmk/lst.lib/lstIsEmpty.c
- Timestamp:
- Nov 26, 2002, 10:24:54 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FREEBSD/src/kmk/lst.lib/lstIsEmpty.c
r9 r24 34 34 * SUCH DAMAGE. 35 35 * 36 * @(#)lstIsEmpty.c 8.1 (Berkeley) 6/6/9336 * $FreeBSD: src/usr.bin/make/lst.lib/lstIsEmpty.c,v 1.5 1999/08/28 01:03:54 peter Exp $ 37 37 */ 38 38 39 39 #ifndef lint 40 #include <sys/cdefs.h> 41 __FBSDID("$FreeBSD: src/usr.bin/make/lst.lib/lstIsEmpty.c,v 1.8 2002/10/09 02:00:22 jmallett Exp $"); 40 static char sccsid[] = "@(#)lstIsEmpty.c 8.1 (Berkeley) 6/6/93"; 42 41 #endif /* not lint */ 43 42 … … 60 59 * None. 61 60 * 62 * A list is considered empty if its firstPtr == N ULL(or if63 * the list itself is N ULLLIST).61 * A list is considered empty if its firstPtr == NilListNode (or if 62 * the list itself is NILLIST). 64 63 *----------------------------------------------------------------------- 65 64 */
Note:
See TracChangeset
for help on using the changeset viewer.