From 6ffd8467af7c6138196930116fecf27fca9b8604 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 01:45:31 -0400 Subject: Update file header comments --- src/stdlib/functiontype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stdlib/functiontype.h') diff --git a/src/stdlib/functiontype.h b/src/stdlib/functiontype.h index ab0600be..35778aca 100644 --- a/src/stdlib/functiontype.h +++ b/src/stdlib/functiontype.h @@ -1,3 +1,5 @@ +// Logic for handling function type values + #pragma once #include @@ -6,8 +8,6 @@ #include "types.h" #include "util.h" -// Logic for handling function type values - void register_function(void *fn, Text_t filename, int64_t line_num, Text_t name); OptionalText_t get_function_name(void *fn); OptionalText_t get_function_filename(void *fn); -- cgit v1.2.3