From 5b26c1360b5f56368f533aa26690431eb5ae5f7c Mon Sep 17 00:00:00 2001 From: def Date: Wed, 4 Feb 2015 19:18:09 +0100 Subject: [PATCH] Rename termios template CCEQ to cceq --- lib/posix/termios.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/posix/termios.nim b/lib/posix/termios.nim index 2a44624764..830e8a2076 100644 --- a/lib/posix/termios.nim +++ b/lib/posix/termios.nim @@ -203,7 +203,7 @@ const # Compare a character C to a value VAL from the `cc' array in a # `struct termios'. If VAL is _POSIX_VDISABLE, no character can match it. -template CCEQ*(val, c: expr): expr = +template cceq*(val, c: expr): expr = c == val and val != POSIX_VDISABLE # Return the output baud rate stored in *TERMIOS_P.