summaryrefslogtreecommitdiff
path: root/lib9p/core_gen
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-23 08:01:36 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-06 11:50:46 -0600
commita83c95e9f46ef695a55fc7a6911e11846da9903c (patch)
tree42abde5f3b34b239bb95e84200ea16ad4a4c562d /lib9p/core_gen
parentb3ee525e9e0d49485714770d898cf9c28769313a (diff)
Merge libobj into libmisc
Diffstat (limited to 'lib9p/core_gen')
-rw-r--r--lib9p/core_gen/c.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib9p/core_gen/c.py b/lib9p/core_gen/c.py
index c05e457..393766b 100644
--- a/lib9p/core_gen/c.py
+++ b/lib9p/core_gen/c.py
@@ -35,9 +35,9 @@ def gen_c(versions: set[str], typs: list[idl.UserType]) -> str:
#include "core_tables.h"
#include "core_utf8.h"
"""
- # libobj vtables ###########################################################
+ # libmisc/obj.h vtables ####################################################
ret += """
-/* libobj vtables *************************************************************/
+/* libmisc/obj.h vtables ******************************************************/
"""
for typ in typs:
ret += cutil.ifdef_push(1, c9util.ver_ifdef(typ.in_versions))