From 2e4613aecc712eb5e893d341da5f571f932376d5 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 29 Apr 2014 21:56:49 +0200 Subject: Remove NUL macro --- src/ascii.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ascii.h') diff --git a/src/ascii.h b/src/ascii.h index cf488c56a7..e63bdb2fde 100644 --- a/src/ascii.h +++ b/src/ascii.h @@ -22,7 +22,6 @@ #define CharOrdUp(x) ((x) - 'A') #define ROT13(c, a) (((((c) - (a)) + 13) % 26) + (a)) -#define NUL '\000' #define BELL '\007' #define BS '\010' #define TAB '\011' -- cgit