summaryrefslogtreecommitdiff
path: root/lib/hash.c
diff options
context:
space:
mode:
authorPixel <Pixel>2001-05-02 22:14:21 +0000
committerPixel <Pixel>2001-05-02 22:14:21 +0000
commitecd16166cde1ffa3edfbaa897b049d532e234ab6 (patch)
tree192b47251b141e0dd0f53530e3a4a2a5f961ea0f /lib/hash.c
parent8626b278cdccd95e628f14c027ae8a1c47133c48 (diff)
Pouet
Diffstat (limited to 'lib/hash.c')
-rw-r--r--lib/hash.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/hash.c b/lib/hash.c
index f1cc597..5009611 100644
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -16,6 +16,9 @@
#define _(x) x
#endif
+/* L'ensemble de ce code source nous sert à implémenter une table de hachage qui nous sera utile
+ pour le stockage des variables du programme. C'est juste histoire d'aller un peu plus vite qu'une
+ simple liste chaînée. */
static char *CHAINEHACHAGE = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_";