From 339b9c0781cca7afb0964c6a655cda8ad9cf9fc2 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Mon, 29 Sep 2014 17:05:53 +0800 Subject: [INPUT] Kill pgetc_macro pgetc_macro is identical to pgetc except that it's a macro and pgetc isn't. Since there is very little performance difference on modern systems it's time to kill pgetc_macro. Signed-off-by: Herbert Xu --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7345144..0fbc514 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-09-29 Herbert Xu + + * Kill pgetc_macro. + 2014-09-28 Herbert Xu * Correctly handle test ! ! = !. -- cgit 1.4.1