diff --git a/include/nasmlib.h b/include/nasmlib.h index 78bb1e48..5bbfe457 100644 --- a/include/nasmlib.h +++ b/include/nasmlib.h @@ -189,11 +189,9 @@ int64_t readnum(char *str, bool *error); int64_t readstrnum(char *str, int length, bool *warn); /* - * seg_init: Initialise the segment-number allocator. * seg_alloc: allocate a hitherto unused segment number. */ -void pure_func seg_init(void); -int32_t pure_func seg_alloc(void); +int32_t seg_alloc(void); /* * Add/replace or remove an extension to the end of a filename