From 4763814c683c50f8a3697b74e764f19c3dacccd5 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 2 Sep 2019 23:38:48 +0200 Subject: migrate codebase to use squareball. again :) --- src/common/compat.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/common/compat.h (limited to 'src/common/compat.h') diff --git a/src/common/compat.h b/src/common/compat.h deleted file mode 100644 index 1e743db..0000000 --- a/src/common/compat.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * blogc: A blog compiler. - * Copyright (C) 2014-2019 Rafael G. Martins - * - * This program can be distributed under the terms of the BSD License. - * See the file LICENSE. - */ - -#ifndef _COMPAT_H -#define _COMPAT_H - -int bc_compat_status_code(int waitstatus); - -#endif /* _COMPAT_H */ -- cgit v1.2.3-18-g5258