From b5ebe959cca84101795ec29022af5fcbcb94ed78 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 29 Jul 2017 19:10:03 -0400 Subject: exec: Don't allow anything between {} and + POSIX explicitly forbids this extension: > Only a that immediately follows an argument containing > only the two characters "{}" shall punctuate the end of the primary > expression. Other uses of the shall not be treated as > special. --- exec.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'exec.h') 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. */ -- cgit v1.2.3