summaryrefslogtreecommitdiffstats
path: root/exec.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-07-29 19:10:03 -0400
committerTavian Barnes <tavianator@tavianator.com>2017-07-29 19:10:03 -0400
commitb5ebe959cca84101795ec29022af5fcbcb94ed78 (patch)
tree532d2e799f52d14297d60f3f4543aa40e66c84e7 /exec.h
parent53612664740f3a31d93d2059f7d981da3ba565dc (diff)
downloadbfs-b5ebe959cca84101795ec29022af5fcbcb94ed78.tar.xz
exec: Don't allow anything between {} and +
POSIX explicitly forbids this extension: > Only a <plus-sign> that immediately follows an argument containing > only the two characters "{}" shall punctuate the end of the primary > expression. Other uses of the <plus-sign> shall not be treated as > special.
Diffstat (limited to 'exec.h')
-rw-r--r--exec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/exec.h b/exec.h
index 751a963..1a75064 100644
--- a/exec.h
+++ b/exec.h
@@ -48,9 +48,6 @@ struct bfs_exec {
/** Command line template size. */
size_t tmpl_argc;
- /** For BFS_EXEC_MULTI, the index of the placeholder argument. */
- size_t placeholder;
-
/** The built command line. */
char **argv;
/** Number of command line arguments. */