diff options
author | Dave Jones <davej@redhat.com> | 2006-12-12 18:13:32 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-12-12 18:13:32 -0500 |
commit | f0eef25339f92f7cd4aeea23d9ae97987a5a1e82 (patch) | |
tree | 2472e94d39f43a9580a6d2d5d92de0b749023263 /drivers/char/ip2/i2cmd.h | |
parent | 0cfea5dd98205f2fa318836da664a7d7df1afbc1 (diff) | |
parent | e1036502e5263851259d147771226161e5ccc85a (diff) |
Merge ../linus
Diffstat (limited to 'drivers/char/ip2/i2cmd.h')
-rw-r--r-- | drivers/char/ip2/i2cmd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/char/ip2/i2cmd.h b/drivers/char/ip2/i2cmd.h index baa4e721b758..29277ec6b8ed 100644 --- a/drivers/char/ip2/i2cmd.h +++ b/drivers/char/ip2/i2cmd.h | |||
@@ -367,11 +367,6 @@ static UCHAR cc02[]; | |||
367 | #define CSE_NULL 3 // Replace with a null | 367 | #define CSE_NULL 3 // Replace with a null |
368 | #define CSE_MARK 4 // Replace with a 3-character sequence (as Unix) | 368 | #define CSE_MARK 4 // Replace with a 3-character sequence (as Unix) |
369 | 369 | ||
370 | #define CMD_SET_REPLACEMENT(arg,ch) \ | ||
371 | (((cmdSyntaxPtr)(ct36a))->cmd[1] = (arg), \ | ||
372 | (((cmdSyntaxPtr)(ct36a))->cmd[2] = (ch), \ | ||
373 | (cmdSyntaxPtr)(ct36a)) | ||
374 | |||
375 | #define CSE_REPLACE 0x8 // Replace the errored character with the | 370 | #define CSE_REPLACE 0x8 // Replace the errored character with the |
376 | // replacement character defined here | 371 | // replacement character defined here |
377 | 372 | ||