summary refs log tree commit diff stats
path: root/lib/posix
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-02-04 19:18:09 +0100
committerdef <dennis@felsin9.de>2015-02-04 19:18:09 +0100
commit5b26c1360b5f56368f533aa26690431eb5ae5f7c (patch)
treeb831d2b657f3ca476481f68c16a19fb24ab2f0d6 /lib/posix
parent8f18c936c3e15c71141323c1cbdca757938bcc0a (diff)
downloadNim-5b26c1360b5f56368f533aa26690431eb5ae5f7c.tar.gz
Rename termios template CCEQ to cceq
Diffstat (limited to 'lib/posix')
-rw-r--r--lib/posix/termios.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/posix/termios.nim b/lib/posix/termios.nim
index 2a4462476..830e8a207 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.