summaryrefslogtreecommitdiff
path: root/doc/examples/quote.m4
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/quote.m4')
-rw-r--r--doc/examples/quote.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/examples/quote.m4 b/doc/examples/quote.m4
deleted file mode 100644
index fae52c3e..00000000
--- a/doc/examples/quote.m4
+++ /dev/null
@@ -1,9 +0,0 @@
-divert(`-1')
-# quote(args) - convert args to single-quoted string
-define(`quote', `ifelse(`$#', `0', `', ``$*'')')
-# dquote(args) - convert args to quoted list of quoted strings
-define(`dquote', ``$@'')
-# dquote_elt(args) - convert args to list of double-quoted strings
-define(`dquote_elt', `ifelse(`$#', `0', `', `$#', `1', ```$1''',
- ```$1'',$0(shift($@))')')
-divert`'dnl