aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-27 02:46:38 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-27 02:46:38 +1000
commit18c185c25623474a8b135d37304366e7731f27e4 (patch)
tree4f68efae531b5f8d7c1d9f4857bd5fbb3e588f94 /common.c
parentb5b49e7a4d5e97884f17ee3ed000635be5c999ac (diff)
Add support for highlighting operators and escaped sequences
darcs-hash:20060526164638-ac50b-2259579e0460df0641683ce6127bb8516fca8c7e.gz
Diffstat (limited to 'common.c')
-rw-r--r--common.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/common.c b/common.c
index f1108ab4..af0eab42 100644
--- a/common.c
+++ b/common.c
@@ -67,21 +67,6 @@ parts of fish.
*/
#define LOCKPOLLINTERVAL 10
-/**
- Highest legal ascii value
-*/
-#define ASCII_MAX 127u
-
-/**
- Highest legal 16-bit unicode value
-*/
-#define UCS2_MAX 0xffffu
-
-/**
- Highest legal byte value
-*/
-#define BYTE_MAX 0xffu
-
struct termios shell_modes;
int error_max=1;