Merge branch 'nasm-2.13.xx'

* nasm-2.13.xx:
  nasmlib: Drop pure_func attrib from seg_alloc
  nasmlib: Drop unused seg_init
This commit is contained in:
Cyrill Gorcunov 2018-02-10 00:44:07 +03:00
commit 53371ddd17

View File

@ -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