diff options
| author | Carson Fleming <cflems@cflems.net> | 2026-08-04 23:54:54 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2026-08-04 23:54:54 -0400 |
| commit | c462e3dd752f95adc46c0f2cf97c45c49d9744b4 (patch) | |
| tree | 1eaf2d276e2dcb58fef0e6bab8331504166eb829 | |
| parent | b6861148021df1682f424d3ce8e8051b80889b03 (diff) | |
| download | ccc-c462e3dd752f95adc46c0f2cf97c45c49d9744b4.tar.gz | |
cleanup
| -rw-r--r-- | dseg.c | 1 | ||||
| -rw-r--r-- | scope.c | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -3,7 +3,6 @@ #include <stdio.h> #include <string.h> #define DSEG_PANIC(msg) {fprintf(stderr, "dseg error: " msg "\n"); exit(1);} -#define DEFAULT_SIZE 16 #define STRING_PATTERN "str%llu" static integral_t string_counter = 0; @@ -1,7 +1,6 @@ #include "scope.h" #include <stdlib.h> #include <string.h> -#define DEFAULT_SIZE 16 static integral_t hash_name(const char* name, integral_t cap) { integral_t hash = 0, i = 0; |
