Remove feature macros

This commit is contained in:
Alex Kotov 2022-12-25 13:45:28 +04:00
parent 9b7c930205
commit 286361cabc
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
7 changed files with 1 additions and 11 deletions

View File

@ -39,7 +39,6 @@ may only change when major version number is increased (or minor while major is
zero). Work-in-progress APIs can change at any time.
* Basic features
* [Feature macros](/include/kernaux/version.h.in) (*work in progress*)
* [Runtime environment](/include/kernaux/runtime.h) (*non-breaking since* **0.7.0**)
* [Macros](/include/kernaux/macro.h) (*non-breaking since* **0.6.0**)
* Stack trace *(planned)*

View File

@ -29,7 +29,6 @@ AC_CONFIG_FILES([
include/Makefile
libc/Makefile
libc/include/Makefile
include/kernaux/version.h
tests/Makefile
])

1
include/.gitignore vendored
View File

@ -1 +0,0 @@
/kernaux/version.h

View File

@ -12,5 +12,4 @@ nobase_include_HEADERS = \
kernaux/macro.h \
kernaux/macro/packing_end.run \
kernaux/macro/packing_start.run \
kernaux/runtime.h \
kernaux/version.h
kernaux/runtime.h

View File

@ -8,4 +8,3 @@
#include <kernaux/arch/x86_64.h>
#include <kernaux/macro.h>
#include <kernaux/runtime.h>
#include <kernaux/version.h>

View File

@ -1,4 +0,0 @@
#ifndef KERNAUX_INCLUDED_VERSION
#define KERNAUX_INCLUDED_VERSION
#endif

View File

@ -12,7 +12,6 @@ include/kernaux/macro.h
include/kernaux/macro/packing_end.run
include/kernaux/macro/packing_start.run
include/kernaux/runtime.h
include/kernaux/version.h
lib/libkernaux.a
lib/libkernaux.so
lib/libkernaux.so.0