aboutsummaryrefslogtreecommitdiff
path: root/tecexec.c
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-03 15:58:01 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-03 15:58:01 +0300
commit9deaff57e11036f96b93e0ed79b39cac7fcffa04 (patch)
treea8b86d7d17825304b555caa4a9f0675d594954de /tecexec.c
parenta41e94c5da2acf868ec97de610afa06583dc843f (diff)
downloadvideoteco-fork-9deaff57e11036f96b93e0ed79b39cac7fcffa04.tar.gz
DOS: expand glob patterns when opening files
* This is not done by the shell in DOS. * As a side effect, we support all of the Csh-like constructs like {a,b,c} in contrast to Watcom's fnmatch().
Diffstat (limited to 'tecexec.c')
-rw-r--r--tecexec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tecexec.c b/tecexec.c
index d306c5b..e1099a3 100644
--- a/tecexec.c
+++ b/tecexec.c
@@ -53,7 +53,6 @@ char *tecexec_c_version = "tecexec.c: $Revision: 1.3 $";
int find_conditional_end(struct cmd_token *);
int compare_label(struct cmd_token *,struct cmd_token *);
void extract_label(struct cmd_token *,char *);
- struct wildcard_expansion *expand_filename( char *wildcard_string );