pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/scripts duh... stacks are LIFOs not FIFOs.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a27d82dea444
branches: trunk
changeset: 506771:a27d82dea444
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Jan 21 21:46:24 2006 +0000
description:
duh... stacks are LIFOs not FIFOs.
diffstat:
mk/scripts/depends-depth-first.awk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 76e31b8086f8 -r a27d82dea444 mk/scripts/depends-depth-first.awk
--- a/mk/scripts/depends-depth-first.awk Sat Jan 21 21:32:51 2006 +0000
+++ b/mk/scripts/depends-depth-first.awk Sat Jan 21 21:46:24 2006 +0000
@@ -1,6 +1,6 @@
#!/usr/bin/awk -f
#
-# $NetBSD: depends-depth-first.awk,v 1.3 2006/01/18 17:43:08 jlam Exp $
+# $NetBSD: depends-depth-first.awk,v 1.4 2006/01/21 21:46:24 jlam Exp $
#
# Copyright (c) 2006 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -257,7 +257,7 @@
# top(stack)
# push(stack, element)
# pop(stack)
-# The well-known functions associated with a FIFO.
+# The well-known functions associated with a LIFO.
#
######################################################################
function empty(stack) {
Home |
Main Index |
Thread Index |
Old Index