Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up bootlib a bit #290

Merged
merged 5 commits into from Apr 19, 2023
Merged

Clean up bootlib a bit #290

merged 5 commits into from Apr 19, 2023

Conversation

olebole
Copy link
Member

@olebole olebole commented Apr 17, 2023

  • Remove unneeded header files
  • Remove os_amovb() and the BYTMOVB() copy
  • consequently use bootProto.h instead of local prototypes
  • Use vosproto.h instead of manually declare VOS function types

This requires #286 merged as otherwise we run into inconsistencies between macros defined in f2c.h and stdlib.h.

This function can be fully replaced by the POSIX function memmove. This also allows to remove the
BYTMOV copy in bootlib.
@olebole olebole merged commit 5e7652e into iraf-community:main Apr 19, 2023
3 checks passed
@olebole olebole deleted the bootlib branch April 19, 2023 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant