diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 19:52:37 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 19:52:37 -0500 |
| commit | dd2de3166653c1bf0d33d5872791ae6fbe8e2998 (patch) | |
| tree | e7a8818fa1e7663dd8b921440a32e8ed1e6148df /builtins/pointer.c | |
| parent | a09a8339e78923688440e6b303e49eb7c6a02b29 (diff) | |
Fix up USE_COLOR
Diffstat (limited to 'builtins/pointer.c')
| -rw-r--r-- | builtins/pointer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/builtins/pointer.c b/builtins/pointer.c index f978acab..bc358488 100644 --- a/builtins/pointer.c +++ b/builtins/pointer.c @@ -14,8 +14,6 @@ #include "functions.h" #include "types.h" -extern const void *SSS_HASH_VECTOR; - typedef struct recursion_s { const void *ptr; struct recursion_s *next; |
