From 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sun, 15 Oct 2023 21:28:29 -0300 Subject: A lot has certainly happened! --- tinycc/include/varargs.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tinycc/include/varargs.h (limited to 'tinycc/include/varargs.h') diff --git a/tinycc/include/varargs.h b/tinycc/include/varargs.h deleted file mode 100644 index d614366..0000000 --- a/tinycc/include/varargs.h +++ /dev/null @@ -1,12 +0,0 @@ -/** - * This file has no copyright assigned and is placed in the Public Domain. - * This file is part of the w64 mingw-runtime package. - * No warranty is given; refer to the file DISCLAIMER within this package. - */ -#ifndef _VARARGS_H -#define _VARARGS_H - -#error "TinyCC no longer implements ." -#error "Revise your code to use ." - -#endif -- cgit v1.2.3