Skip to content

Commit

Permalink
Merge branch 'nasm-2.13.xx'
Browse files Browse the repository at this point in the history
* nasm-2.13.xx:
  nasmlib: Drop pure_func attrib from seg_alloc
  nasmlib: Drop unused seg_init
  • Loading branch information
cyrillos committed Feb 9, 2018
2 parents 3366e31 + 9f45a77 commit 53371dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/nasmlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53371dd

Please sign in to comment.