diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-04-15 17:41:23 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-04-15 17:41:23 -0700 |
commit | 8beafd5dc2b663c26502816e3f72adb3de4655ff (patch) | |
tree | 89d1bc88805d8958473b972274929dab1185deb9 /cppawk-include/cons.h | |
parent | 4663bb3b6feeb2bdbe18391336b5b7dd2ededf5e (diff) | |
download | cppawk-8beafd5dc2b663c26502816e3f72adb3de4655ff.tar.gz cppawk-8beafd5dc2b663c26502816e3f72adb3de4655ff.tar.bz2 cppawk-8beafd5dc2b663c26502816e3f72adb3de4655ff.zip |
cons: document and test uniq, new uniqual function.
Diffstat (limited to 'cppawk-include/cons.h')
-rw-r--r-- | cppawk-include/cons.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppawk-include/cons.h b/cppawk-include/cons.h index 2cf579f..b91877d 100644 --- a/cppawk-include/cons.h +++ b/cppawk-include/cons.h @@ -83,6 +83,7 @@ #define butlast __butlast #define iota __iota #define uniq __uniq +#define uniqual __uniqual #define mapcar __mapcar #define mappend __mappend |