Browse Source

Initial commit

[SVN r10338]
Beman Dawes 25 years ago
parent
commit
3573a0dc8c
2 changed files with 5 additions and 0 deletions
  1. 4 0
      .gitmodules
  2. 1 0
      libs/thread

+ 4 - 0
.gitmodules

@@ -94,6 +94,10 @@
 	path = libs/pool
 	url = ../pool.git
 	fetchRecurseSubmodules = on-demand
+[submodule "thread"]
+	path = libs/thread
+	url = ../thread.git
+	fetchRecurseSubmodules = on-demand
 [submodule "tokenizer"]
 	path = libs/tokenizer
 	url = ../tokenizer.git

+ 1 - 0
libs/thread

@@ -0,0 +1 @@
+Subproject commit f585d38fa3f36eda11687abebafc09db67fa3042

粤ICP备19079148号