From c8306885990144a177216b74c753a96b37d1e226 Mon Sep 17 00:00:00 2001 From: Erin Date: Tue, 25 Jul 2023 14:41:54 +0200 Subject: [PATCH] Added notice --- hbbytecode/hbbytecode.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hbbytecode/hbbytecode.h b/hbbytecode/hbbytecode.h index 5694afa..0dabc8a 100644 --- a/hbbytecode/hbbytecode.h +++ b/hbbytecode/hbbytecode.h @@ -1,5 +1,8 @@ /* HoleyBytes Bytecode representation in C * Requires C23 compiler or better + * + * Uses MSVC pack pragma extension, + * proved to work with Clang and GNU® GCC™. */ #pragma once