mirror of
https://github.com/tailix/libkernaux.git
synced 2024-12-04 11:25:18 -05:00
Remove unnecessary macro code
This commit is contained in:
parent
29542e98d2
commit
6ed5ca807f
13 changed files with 13 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef KERNAUX_INCLUDED_ARCH_I386
|
||||
#define KERNAUX_INCLUDED_ARCH_I386 1
|
||||
#define KERNAUX_INCLUDED_ARCH_I386
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef KERNAUX_INCLUDED_ARCH_X86_64
|
||||
#define KERNAUX_INCLUDED_ARCH_X86_64 1
|
||||
#define KERNAUX_INCLUDED_ARCH_X86_64
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef KERNAUX_INCLUDED_ASM_I386
|
||||
#define KERNAUX_INCLUDED_ASM_I386 1
|
||||
#define KERNAUX_INCLUDED_ASM_I386
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef KERNAUX_INCLUDED_ASM_X86_64
|
||||
#define KERNAUX_INCLUDED_ASM_X86_64 1
|
||||
#define KERNAUX_INCLUDED_ASM_X86_64
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef KERNAUX_INCLUDED_ASSERT
|
||||
#define KERNAUX_INCLUDED_ASSERT 1
|
||||
#define KERNAUX_INCLUDED_ASSERT
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef KERNAUX_INCLUDED_CMDLINE
|
||||
#define KERNAUX_INCLUDED_CMDLINE 1
|
||||
#define KERNAUX_INCLUDED_CMDLINE
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef KERNAUX_INCLUDED_CONSOLE
|
||||
#define KERNAUX_INCLUDED_CONSOLE 1
|
||||
#define KERNAUX_INCLUDED_CONSOLE
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef KERNAUX_INCLUDED_ELF
|
||||
#define KERNAUX_INCLUDED_ELF 1
|
||||
#define KERNAUX_INCLUDED_ELF
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef KERNAUX_INCLUDED_ITOA
|
||||
#define KERNAUX_INCLUDED_ITOA 1
|
||||
#define KERNAUX_INCLUDED_ITOA
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef KERNAUX_INCLUDED_LIBC
|
||||
#define KERNAUX_INCLUDED_LIBC 1
|
||||
#define KERNAUX_INCLUDED_LIBC
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef KERNAUX_INCLUDED_MULTIBOOT2
|
||||
#define KERNAUX_INCLUDED_MULTIBOOT2 1
|
||||
#define KERNAUX_INCLUDED_MULTIBOOT2
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef KERNAUX_INCLUDED_PFA
|
||||
#define KERNAUX_INCLUDED_PFA 1
|
||||
#define KERNAUX_INCLUDED_PFA
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef KERNAUX_INCLUDED_PRINTF
|
||||
#define KERNAUX_INCLUDED_PRINTF 1
|
||||
#define KERNAUX_INCLUDED_PRINTF
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in a new issue