summary refs log tree commit diff
path: root/src/var.h
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-10-06 21:18:58 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2007-10-06 21:18:58 +0800
commit18c05b6d88d6700465d4308257dfe8968c7522cc (patch)
treedf0d1cf47fc149d986ec7bba86b205f9772a81ee /src/var.h
parent[BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1 (diff)
downloaddash-18c05b6d88d6700465d4308257dfe8968c7522cc.tar.gz
dash-18c05b6d88d6700465d4308257dfe8968c7522cc.zip
[VAR] Remove setvarsafe
The only user of setvarsafe is getopts.  However, we can achieve the same
result by pre-setting the value of shellparam.optind.
Diffstat (limited to '')
-rw-r--r--src/var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/var.h b/src/var.h
index c3c2ca7..ae58c6c 100644
--- a/src/var.h
+++ b/src/var.h
@@ -138,7 +138,6 @@ int localcmd(int, char **);
 void poplocalvars(void);
 int unsetcmd(int, char **);
 int unsetvar(const char *);
-int setvarsafe(const char *, const char *, int);
 int varcmp(const char *, const char *);
 
 static inline int varequal(const char *a, const char *b) {
d8f7fc0bada2c1740e814ba67449df6e928812ff&follow=1'>Add photos from July 1June McEnroe 2024-07-07Add photos from June 25-30June McEnroe 2024-06-30Add photos from June 22 (and the few days after that)June McEnroe 2024-06-30Accommodate lower-case .jpg filesJune McEnroe 2024-06-23Add another BACKXWASH showJune McEnroe It was good! 2024-06-16Update bioJune McEnroe 2024-06-15Add photo descriptions from June 12June McEnroe 2024-06-10Add first roll of film from June 8June McEnroe 2024-06-10Cope with not having an EXIF infoJune McEnroe 2024-06-10Resize using target pixel counts for consistencyJune McEnroe This will resize film scans to about the same size as for the digital photos. 2024-06-10Add The Girl Who Was Convinced...June McEnroe Not much there. The illustrations are very nice though. 2024-06-09Add photos from May 31June McEnroe 2024-06-09Use monospace on photo pagesJune McEnroe 2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe