diff options
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 14 |
1 files changed, 0 insertions, 14 deletions
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 <rafael@rafaelmartins.eng.br> - * - * 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 */ |