aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures/linkedlists/ArrayTaillessDoublyLinkedList.java
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-01-23 13:13:03 +0100
committerMattias Andrée <maandree@operamail.com>2014-01-23 13:13:03 +0100
commit5f0e8756be53514e9ee30f60a260c36244895c59 (patch)
tree275285bc90b75785e6bbefc4cd802ea13d4343d1 /src/datastructures/linkedlists/ArrayTaillessDoublyLinkedList.java
parentm + code deduplication (diff)
downloadalgorithms-and-data-structures-5f0e8756be53514e9ee30f60a260c36244895c59.tar.gz
algorithms-and-data-structures-5f0e8756be53514e9ee30f60a260c36244895c59.tar.bz2
algorithms-and-data-structures-5f0e8756be53514e9ee30f60a260c36244895c59.tar.xz
code deduplication
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/datastructures/linkedlists/ArrayTaillessDoublyLinkedList.java')
-rw-r--r--src/datastructures/linkedlists/ArrayTaillessDoublyLinkedList.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastructures/linkedlists/ArrayTaillessDoublyLinkedList.java b/src/datastructures/linkedlists/ArrayTaillessDoublyLinkedList.java
index 45f47e8..d2c05d6 100644
--- a/src/datastructures/linkedlists/ArrayTaillessDoublyLinkedList.java
+++ b/src/datastructures/linkedlists/ArrayTaillessDoublyLinkedList.java
@@ -26,6 +26,6 @@ package datastructures.linkedlists;
*
* @param <T> The value stored in the structure
*/
-£>export name=ArrayTaillessDoublyLinkedList with_sentinel=0 with_head=1 with_tail=0 with_prev=1
-£>$GPP -s £ < src/datastructures/linkedlists/array-template | sed -e '/^[/ ]\*/d' -e '/^$/d'
+£>export name=ArrayTaillessDoublyLinkedList array=1 with_sentinel=0 with_head=1 with_tail=0 with_prev=1
+£>$GPP -s £ < src/datastructures/linkedlists/template | sed -e '/^[/ ]\*/d' -e '/^$/d'