rcx

library of miscellaneous bits of C code
git clone git://git.rr3.xyz/rcx
Log | Files | Refs | README | LICENSE

commit 91039c0cb7e583d5946eeb64134e96678dd3e023
parent 5ff13c3ba6589900dc348dedddfbe6903a124296
Author: Robert Russell <robertrussell.72001@gmail.com>
Date:   Tue, 26 Sep 2023 10:27:22 -0700

Make dict table.h pragma once

Diffstat:
Minc/dict/impl/table.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/inc/dict/impl/table.h b/inc/dict/impl/table.h @@ -1,3 +1,5 @@ +#pragma once + #define TABLE_SPEC_NAME RDictTableSpec #define TABLE_METHOD(name) r_dict_table_##name #include "../../table/pub-hdr.h" \ No newline at end of file