diff options
Diffstat (limited to 'src/compiler/hash_tables/README.txt')
-rw-r--r-- | src/compiler/hash_tables/README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/hash_tables/README.txt b/src/compiler/hash_tables/README.txt new file mode 100644 index 0000000..dc71a59 --- /dev/null +++ b/src/compiler/hash_tables/README.txt @@ -0,0 +1,2 @@ +Each generic hashtable type requires an often small independent +compilation unit so we keep these here. |