diff options
author | Beman Dawes <bdawes@acm.org> | 2001-06-13 00:46:03 +0000 |
---|---|---|
committer | Beman Dawes <bdawes@acm.org> | 2001-06-13 00:46:03 +0000 |
commit | f84cf3ae3cd8f99e2517ee667e7f96fc60b37a0a (patch) | |
tree | a33b7455b7749d30bc8d4bae55aa39e6824970af /.gitmodules | |
parent | e678052b10d7ae20df64548fa2f9bcd23d711ded (diff) | |
download | boost-f84cf3ae3cd8f99e2517ee667e7f96fc60b37a0a.tar.gz |
Tokenizer initial commit
[SVN r10319]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index bc848a48f1..c4e82de4bf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -94,6 +94,10 @@ path = libs/pool url = ../pool.git fetchRecurseSubmodules = on-demand +[submodule "tokenizer"] + path = libs/tokenizer + url = ../tokenizer.git + fetchRecurseSubmodules = on-demand [submodule "compatibility"] path = libs/compatibility url = ../compatibility.git |