From bb6cfc65c9e86d85c74d5bcce6c32a8937e611f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 11 Jul 2015 21:41:58 +0200 Subject: vis: rename struct member to avoid conflict with standard library Closes #60 --- editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor.h') diff --git a/editor.h b/editor.h index edfa210..a2ab3f5 100644 --- a/editor.h +++ b/editor.h @@ -189,7 +189,7 @@ enum Mark { struct File { Text *text; const char *name; - bool stdin; + bool is_stdin; struct stat stat; int refcount; Mark marks[MARK_LAST]; -- cgit v1.2.3