From b3a6c42af343ef0c8c871e0f07e5d32586a269fd 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