Skip to content

Commit

Permalink
変数用ハッシュテーブルのサイズを小さくする
Browse files Browse the repository at this point in the history
  • Loading branch information
k-fog committed May 8, 2023
1 parent b6eec07 commit 52bb802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl0.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ bool haskey(Hashmap *map, char *key);


// eval
#define HASHMAX 89
#define HASHMAX 23
typedef struct _Env Env;
struct _Env {
Env *outer;
Expand Down

0 comments on commit 52bb802

Please sign in to comment.