aboutsummaryrefslogtreecommitdiffhomepage
path: root/tokenizer.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-07-16 12:05:36 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-07-16 12:06:02 -0700
commit33c64108093304d25db88bc8f4bb6df6078c521d (patch)
tree2dd312113d4f450733f3c37ecb087e4889c2720b /tokenizer.cpp
parent548ea1e54aa17590a573ec5a976ee0413345d360 (diff)
Implemented process expansion on OS X
Also fixed issue where process expansion would always fail for processes with spaces Fixes https://github.com/fish-shell/fish-shell/issues/56
Diffstat (limited to 'tokenizer.cpp')
-rw-r--r--tokenizer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokenizer.cpp b/tokenizer.cpp
index be6aee43..acc2ce69 100644
--- a/tokenizer.cpp
+++ b/tokenizer.cpp
@@ -696,7 +696,6 @@ wchar_t *tok_first( const wchar_t *str )
return res;
}
-
int tok_get_pos( tokenizer *tok )
{
CHECK( tok, 0 );