From 801e922ddd37ec15ccb8dd16cca9c587b7c1d6fb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 17 Sep 2014 17:10:58 -0400 Subject: hide the parser state this shouldn't be public (none of the parser stuff should be), but the way i was doing before with redefining certain types from parser.h was causing warnings on clang. --- src/vt100.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vt100.h') diff --git a/src/vt100.h b/src/vt100.h index 12bbb7c..a3429ef 100644 --- a/src/vt100.h +++ b/src/vt100.h @@ -7,6 +7,4 @@ typedef struct vt100_screen VT100Screen; #include "screen.h" -#define UNUSED(x) ((void)x) - #endif -- cgit v1.2.3-54-g00ecf