aboutsummaryrefslogtreecommitdiff
path: root/i686/test_gdt.cc
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2023-05-24 21:29:00 +0300
committeraqua <aqua@iserlohn-fortress.net>2023-05-24 21:29:29 +0300
commit050aa3ab70dd69d1ca8ffe94fd146039a0885550 (patch)
tree4002a7a0bb86580cc6a2adc2eee45891ee068540 /i686/test_gdt.cc
parentPlace compiled objects and dependencies in build/ (diff)
downloadkernel-050aa3ab70dd69d1ca8ffe94fd146039a0885550.tar.xz
Make code ANSI C compatible
Diffstat (limited to 'i686/test_gdt.cc')
-rw-r--r--i686/test_gdt.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/i686/test_gdt.cc b/i686/test_gdt.cc
index d596c3a..e437168 100644
--- a/i686/test_gdt.cc
+++ b/i686/test_gdt.cc
@@ -1,6 +1,5 @@
#include <gtest/gtest.h>
-#define _Static_assert static_assert
#include "gdt.c"
#include "gdt.h"